]> Git Repo - linux.git/commit
ncpfs: fix sparse warnings in ioctl.c
authorHarvey Harrison <[email protected]>
Mon, 28 Apr 2008 09:14:00 +0000 (02:14 -0700)
committerLinus Torvalds <[email protected]>
Mon, 28 Apr 2008 15:58:29 +0000 (08:58 -0700)
commit305787e44ebc21d87ab4d4949da5b97d4252aa9b
tree47e905126fa2bd76f0992ba22d87d368a0e5eb94
parentcdf8803768db6f652d498628fe1421a23c025253
ncpfs: fix sparse warnings in ioctl.c

In both cases, these inode variables arebeing used to test the
server's root inode against NULL.  Change them to s_inode.
fs/ncpfs/ioctl.c:391:18: warning: symbol 'inode' shadows an earlier one
fs/ncpfs/ioctl.c:264:28: originally declared here
fs/ncpfs/ioctl.c:441:17: warning: symbol 'inode' shadows an earlier one
fs/ncpfs/ioctl.c:264:28: originally declared here

In this case, we are about to return anyway, just reuse result.
fs/ncpfs/ioctl.c:521:8: warning: symbol 'result' shadows an earlier one
fs/ncpfs/ioctl.c:268:6: originally declared here

Signed-off-by: Harvey Harrison <[email protected]>
Acked-by: Petr Vandrovec <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ncpfs/ioctl.c
This page took 0.047663 seconds and 4 git commands to generate.