vfs: delete surplus inode NULL check
authorAlan Cox <alan@linux.intel.com>
Wed, 19 Sep 2012 14:49:51 +0000 (15:49 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 27 Sep 2012 02:20:19 +0000 (22:20 -0400)
Each iteration of d_delete we reload inode from dentry->d_inode and
then call S_ISDIR(inode-i_mode), so inode cannot possibly be NULL
shortly afterwards unless something went horribly wrong.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found