diff options
Diffstat (limited to 'fs/smbfs')
-rw-r--r-- | fs/smbfs/smbiod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smbfs/smbiod.c b/fs/smbfs/smbiod.c index 67176af8515f..283c5720c9de 100644 --- a/fs/smbfs/smbiod.c +++ b/fs/smbfs/smbiod.c | |||
@@ -45,7 +45,7 @@ static LIST_HEAD(smb_servers); | |||
45 | static DEFINE_SPINLOCK(servers_lock); | 45 | static DEFINE_SPINLOCK(servers_lock); |
46 | 46 | ||
47 | #define SMBIOD_DATA_READY (1<<0) | 47 | #define SMBIOD_DATA_READY (1<<0) |
48 | static long smbiod_flags; | 48 | static unsigned long smbiod_flags; |
49 | 49 | ||
50 | static int smbiod(void *); | 50 | static int smbiod(void *); |
51 | static int smbiod_start(void); | 51 | static int smbiod_start(void); |