From 5ba253313d014364a9b87b6fa975ce2fc9759aa6 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 14 Oct 2007 19:35:50 +0100 Subject: more low-hanging fruits - kernel, fs, lib signedness Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- fs/smbfs/smbiod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/smbfs') diff --git a/fs/smbfs/smbiod.c b/fs/smbfs/smbiod.c index 67176af8515..283c5720c9d 100644 --- a/fs/smbfs/smbiod.c +++ b/fs/smbfs/smbiod.c @@ -45,7 +45,7 @@ static LIST_HEAD(smb_servers); static DEFINE_SPINLOCK(servers_lock); #define SMBIOD_DATA_READY (1<<0) -static long smbiod_flags; +static unsigned long smbiod_flags; static int smbiod(void *); static int smbiod_start(void); -- cgit v1.2.3