diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-10-28 23:03:57 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-10-28 23:03:57 +0000 |
commit | d51baec4be65a2e4853e69b2ef4e83fcad5cdaa2 (patch) | |
tree | 8a3688375460efc31b3b73aae0e39cc317240171 /usr/src | |
parent | 48ce43499ce953b232ae9c96e4362a122610f87d (diff) | |
download | illumos-joyent-d51baec4be65a2e4853e69b2ef4e83fcad5cdaa2.tar.gz |
OS-4896 NFSv4 needs file events before they occur [unused variable]release-20151029
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/lib/brand/lx/lx_brand/common/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/lib/brand/lx/lx_brand/common/mount.c b/usr/src/lib/brand/lx/lx_brand/common/mount.c index 82d316950d..762613dd55 100644 --- a/usr/src/lib/brand/lx/lx_brand/common/mount.c +++ b/usr/src/lib/brand/lx/lx_brand/common/mount.c @@ -781,7 +781,6 @@ lx_mount(uintptr_t p1, uintptr_t p2, uintptr_t p3, uintptr_t p4, } } else if (strcmp(fstype, "tmpfs") == 0) { char idstr[64]; - int idval; /* Copy in Linux mount options. */ if (datap != NULL) { |