diff options
author | Simo Sorce <simo@redhat.com> | 2012-03-29 19:18:19 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-04-11 17:54:59 -0400 |
commit | a9aa53df6e6c768fc0f25a7c80ba586b0290720a (patch) | |
tree | fe936de6adf60d68c2c637a499f221e996d80abf /include/linux/sunrpc/svcauth.h | |
parent | 03af42c59e5fc073fa93b7fe44e80161acb22772 (diff) | |
download | op-kernel-dev-a9aa53df6e6c768fc0f25a7c80ba586b0290720a.zip op-kernel-dev-a9aa53df6e6c768fc0f25a7c80ba586b0290720a.tar.gz |
svcauth: remove unused define
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'include/linux/sunrpc/svcauth.h')
-rw-r--r-- | include/linux/sunrpc/svcauth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svcauth.h b/include/linux/sunrpc/svcauth.h index 548790e..2e2af10 100644 --- a/include/linux/sunrpc/svcauth.h +++ b/include/linux/sunrpc/svcauth.h @@ -16,7 +16,6 @@ #include <linux/sunrpc/cache.h> #include <linux/hash.h> -#define SVC_CRED_NGROUPS 32 struct svc_cred { uid_t cr_uid; gid_t cr_gid; |