diff options
| author | Al Viro <viro@ftp.linux.org.uk> | 2008-03-28 23:07:28 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-03-30 17:18:41 -0400 |
| commit | 9dce07f1a441b77a15631cf0ed0238e0baa7ed64 (patch) | |
| tree | 2131d670d31ae4727b4234e3e0ad176ae103d571 /fs/smbfs | |
| parent | 1076d17ac70d1bb28fadc6f4bd96977b56897025 (diff) | |
NULL noise: fs/*, mm/*, kernel/*
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 fae8e85af0ed..6bd9b691a463 100644 --- a/fs/smbfs/smbiod.c +++ b/fs/smbfs/smbiod.c | |||
| @@ -206,7 +206,7 @@ int smbiod_retry(struct smb_sb_info *server) | |||
| 206 | 206 | ||
| 207 | smb_close_socket(server); | 207 | smb_close_socket(server); |
| 208 | 208 | ||
| 209 | if (pid == 0) { | 209 | if (!pid) { |
| 210 | /* FIXME: this is fatal, umount? */ | 210 | /* FIXME: this is fatal, umount? */ |
| 211 | printk(KERN_ERR "smb_retry: no connection process\n"); | 211 | printk(KERN_ERR "smb_retry: no connection process\n"); |
| 212 | server->state = CONN_RETRIED; | 212 | server->state = CONN_RETRIED; |
