diff options
author | Benny Halevy <bhalevy@panasas.com> | 2008-12-15 19:41:10 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-01-07 17:32:46 -0500 |
commit | df96fcf02a5fd2ae4e9b09e079dd6ef12d10ecd7 (patch) | |
tree | 0e51b83a1d83dfb3e7e389fdad8762e338656f85 /fs | |
parent | 0407717d8587f60003f4904bff27650cd836c00c (diff) | |
download | op-kernel-dev-df96fcf02a5fd2ae4e9b09e079dd6ef12d10ecd7.zip op-kernel-dev-df96fcf02a5fd2ae4e9b09e079dd6ef12d10ecd7.tar.gz |
nfsd: git rid of nfs4_cb_null_ops declaration
There's no use for nfs4_cb_null_ops's declaration in fs/nfsd/nfs4callback.c
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfsd/nfs4callback.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c index 6d7d8c0..c464181 100644 --- a/fs/nfsd/nfs4callback.c +++ b/fs/nfsd/nfs4callback.c @@ -53,9 +53,6 @@ #define NFSPROC4_CB_NULL 0 #define NFSPROC4_CB_COMPOUND 1 -/* declarations */ -static const struct rpc_call_ops nfs4_cb_null_ops; - /* Index of predefined Linux callback client operations */ enum { |