diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-09-22 16:45:55 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 07:39:42 -0700 |
commit | 8b2feb10c907b610bf8a739792c6b967c65445b0 (patch) | |
tree | 6bce57c8833f9e8eaaad8ce7b595b01b4889df5a /tools/perf/builtin.h | |
parent | 1b83df308f69a5a3cc59be03bd7fb23e4bcebd8e (diff) | |
download | op-kernel-dev-8b2feb10c907b610bf8a739792c6b967c65445b0.zip op-kernel-dev-8b2feb10c907b610bf8a739792c6b967c65445b0.tar.gz |
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 'tools/perf/builtin.h')
0 files changed, 0 insertions, 0 deletions