diff options
author | Marcel Telka <marcel.telka@nexenta.com> | 2015-03-10 17:08:44 +0100 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2015-03-11 12:09:27 -0700 |
commit | b00681c89badc9c4b5dff8af3603e008b0cedd98 (patch) | |
tree | d0759d2a07b8136d2013a79f68971f9c92d12da7 /usr/src/uts/common/fs/nfs/nfs_auth.c | |
parent | db1741f555ec79def5e9846e6bfd132248514ffe (diff) | |
download | illumos-joyent-b00681c89badc9c4b5dff8af3603e008b0cedd98.tar.gz |
5702 Some leftovers in nfs_auth.c
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/uts/common/fs/nfs/nfs_auth.c')
-rw-r--r-- | usr/src/uts/common/fs/nfs/nfs_auth.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/uts/common/fs/nfs/nfs_auth.c b/usr/src/uts/common/fs/nfs/nfs_auth.c index c9eb36d667..3410340581 100644 --- a/usr/src/uts/common/fs/nfs/nfs_auth.c +++ b/usr/src/uts/common/fs/nfs/nfs_auth.c @@ -49,14 +49,6 @@ #include <nfs/nfs_clnt.h> #include <nfs/auth.h> -#define EQADDR(a1, a2) \ - (bcmp((char *)(a1)->buf, (char *)(a2)->buf, (a1)->len) == 0 && \ - (a1)->len == (a2)->len) - -static struct knetconfig auth_knconf; -static servinfo_t svp; -static clinfo_t ci; - static struct kmem_cache *exi_cache_handle; static void exi_cache_reclaim(void *); static void exi_cache_trim(struct exportinfo *exi); |