more low-hanging fruits - kernel, fs, lib signedness

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Al Viro 2007-10-14 19:35:50 +01:00 committed by Linus Torvalds
parent b4482a4b2e
commit 5ba253313d
7 changed files with 10 additions and 10 deletions

View file

@ -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);