From: Alan Cox Date: Wed, 19 Sep 2012 14:49:51 +0000 (+0100) Subject: vfs: delete surplus inode NULL check X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~36^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fe0c0230a7c2d5f4061e681a3f3be9512446d23;p=pandora-kernel.git vfs: delete surplus inode NULL check 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed