From 31fac0f94fe1868a0dbe3bf9c0b38c8672ed32be Mon Sep 17 00:00:00 2001 From: Steve French Date: Mon, 18 Feb 2008 04:03:58 +0000 Subject: [PATCH] --- yaml --- r: 86703 b: refs/heads/master c: e086fcea861f82f2086a97e401a15e1ba07e8566 h: refs/heads/master i: 86701: 73ed804b6b493e37f9107c4159d355b56cb7c5af 86699: aa9eaf771c37639f37bbdd76e3c2cdea7a95a2e6 86695: 8f04c409edf0ea56091833d565c8aebd61da6a10 86687: f8dd06ab315f9bb5320836988f09dba0a7ff16f8 v: v3 --- [refs] | 2 +- trunk/fs/cifs/cifs_debug.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e65755492f3c..30f149671f06 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0a3abcf75bf391fec4e32356ab5ddb8f5d2e6b41 +refs/heads/master: e086fcea861f82f2086a97e401a15e1ba07e8566 diff --git a/trunk/fs/cifs/cifs_debug.c b/trunk/fs/cifs/cifs_debug.c index 892fc70cc951..0228ed06069e 100644 --- a/trunk/fs/cifs/cifs_debug.c +++ b/trunk/fs/cifs/cifs_debug.c @@ -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 */