dect
/
linux-2.6
Archived
13
0
Fork 0

nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definition

Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
Benny Halevy 2009-09-10 12:25:46 +03:00 committed by J. Bruce Fields
parent f300baba5a
commit 4be36ca0ce
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
/* Index of predefined Linux callback client operations */
enum {
NFSPROC4_CLNT_CB_NULL = 0,
NFSPROC4_CLNT_CB_NULL = 0,
NFSPROC4_CLNT_CB_RECALL,
};