vfs: remove superflous sb == NULL checks
authorChristoph Hellwig <[email protected]>
Tue, 8 May 2007 07:25:52 +0000 (00:25 -0700)
committerLinus Torvalds <[email protected]>
Tue, 8 May 2007 18:15:02 +0000 (11:15 -0700)
commitacb0c854fa9483fa85e377b9f342352ea814a580
tree654c7049c01b97314f2b93671b7d0c315a40adcf
parent578c8183c116e623d53b05d4c79762d053c7090f
vfs: remove superflous sb == NULL checks

inode->i_sb is always set, not need to check for it.

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/inode.c
fs/ioctl.c