diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-09-23 01:45:55 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 16:39:42 +0200 |
commit | 8b2feb10c907b610bf8a739792c6b967c65445b0 (patch) | |
tree | 6bce57c8833f9e8eaaad8ce7b595b01b4889df5a /net | |
parent | ncpfs: remove dead URL from documentation (diff) | |
download | linux-8b2feb10c907b610bf8a739792c6b967c65445b0.tar.xz linux-8b2feb10c907b610bf8a739792c6b967c65445b0.zip |
ncpfs: fix wrong check in __ncp_ioctl()
We want to check for s_inode's existence, not inode's one (inode is always
valid in this function).
This takes care of the following entry from Dan's list:
fs/ncpfs/ioctl.c +445 __ncp_ioctl(180) warning: variable derefenced before check 'inode'
Reported-by: Dan Carpenter <error27@gmail.com>
Cc: Julia Lawall <julia@diku.dk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: Petr Vandrovec <vandrove@vc.cvut.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions