diff options
author | Kinglong Mee <kinglongmee@gmail.com> | 2014-04-08 13:06:28 +0800 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-08 14:59:52 -0400 |
commit | 9fa1959e976f7a6ae84f616ca669359028070c61 (patch) | |
tree | 7a580c120ff3ed2cec0c6303ffb3ba6bab42139f /fs/nfsd/nfsctl.c | |
parent | f3e41ec5ef0f5d2e10b6bfd3a13dc29f6d260d79 (diff) | |
download | op-kernel-dev-9fa1959e976f7a6ae84f616ca669359028070c61.zip op-kernel-dev-9fa1959e976f7a6ae84f616ca669359028070c61.tar.gz |
NFSD: Get rid of empty function nfs4_state_init
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfsctl.c')
-rw-r--r-- | fs/nfsd/nfsctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c index f34d9de..5184404 100644 --- a/fs/nfsd/nfsctl.c +++ b/fs/nfsd/nfsctl.c @@ -1179,7 +1179,6 @@ static int __init init_nfsd(void) retval = nfsd4_init_slabs(); if (retval) goto out_unregister_pernet; - nfs4_state_init(); retval = nfsd_fault_inject_init(); /* nfsd fault injection controls */ if (retval) goto out_free_slabs; |