diff options
author | Steve French <sfrench@us.ibm.com> | 2008-02-17 23:03:58 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-02-17 23:03:58 -0500 |
commit | e086fcea861f82f2086a97e401a15e1ba07e8566 (patch) | |
tree | 120792f40e2e9971ed052d8a1388be05084663ad /fs | |
parent | 0a3abcf75bf391fec4e32356ab5ddb8f5d2e6b41 (diff) |
[CIFS] fix build break when proc disabled
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/cifs_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c index 892fc70cc951..0228ed06069e 100644 --- a/fs/cifs/cifs_debug.c +++ b/fs/cifs/cifs_debug.c | |||
@@ -918,11 +918,11 @@ security_flags_write(struct file *file, const char __user *buffer, | |||
918 | return count; | 918 | return count; |
919 | } | 919 | } |
920 | #else | 920 | #else |
921 | static inline void cifs_proc_init(void) | 921 | inline void cifs_proc_init(void) |
922 | { | 922 | { |
923 | } | 923 | } |
924 | 924 | ||
925 | static inline void cifs_proc_clean(void) | 925 | inline void cifs_proc_clean(void) |
926 | { | 926 | { |
927 | } | 927 | } |
928 | #endif /* PROC_FS */ | 928 | #endif /* PROC_FS */ |