diff options
-rw-r--r-- | fs/nfsd/nfs4callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c index 81d1c5285dcc..63bb384b4d5c 100644 --- a/fs/nfsd/nfs4callback.c +++ b/fs/nfsd/nfs4callback.c | |||
@@ -56,7 +56,7 @@ | |||
56 | /* Index of predefined Linux callback client operations */ | 56 | /* Index of predefined Linux callback client operations */ |
57 | 57 | ||
58 | enum { | 58 | enum { |
59 | NFSPROC4_CLNT_CB_NULL = 0, | 59 | NFSPROC4_CLNT_CB_NULL = 0, |
60 | NFSPROC4_CLNT_CB_RECALL, | 60 | NFSPROC4_CLNT_CB_RECALL, |
61 | }; | 61 | }; |
62 | 62 | ||