Skip to content

Commit

Permalink
[CIFS] fix build break when proc disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Feb 18, 2008
1 parent 0a3abcf commit e086fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/cifs/cifs_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,11 +918,11 @@ security_flags_write(struct file *file, const char __user *buffer,
return count;
}
#else
static inline void cifs_proc_init(void)
inline void cifs_proc_init(void)
{
}

static inline void cifs_proc_clean(void)
inline void cifs_proc_clean(void)
{
}
#endif /* PROC_FS */

0 comments on commit e086fce

Please sign in to comment.