diff options
| author | Benny Halevy <bhalevy@panasas.com> | 2008-12-15 12:41:10 -0500 |
|---|---|---|
| committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-01-07 17:32:46 -0500 |
| commit | df96fcf02a5fd2ae4e9b09e079dd6ef12d10ecd7 (patch) | |
| tree | 0e51b83a1d83dfb3e7e389fdad8762e338656f85 | |
| parent | 0407717d8587f60003f4904bff27650cd836c00c (diff) | |
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>
| -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 6d7d8c02c197..c464181b5994 100644 --- a/fs/nfsd/nfs4callback.c +++ b/fs/nfsd/nfs4callback.c | |||
| @@ -53,9 +53,6 @@ | |||
| 53 | #define NFSPROC4_CB_NULL 0 | 53 | #define NFSPROC4_CB_NULL 0 |
| 54 | #define NFSPROC4_CB_COMPOUND 1 | 54 | #define NFSPROC4_CB_COMPOUND 1 |
| 55 | 55 | ||
| 56 | /* declarations */ | ||
| 57 | static const struct rpc_call_ops nfs4_cb_null_ops; | ||
| 58 | |||
| 59 | /* Index of predefined Linux callback client operations */ | 56 | /* Index of predefined Linux callback client operations */ |
| 60 | 57 | ||
| 61 | enum { | 58 | enum { |
