From: Dan Carpenter Date: Wed, 11 Aug 2010 01:02:04 +0000 (-0700) Subject: autofs4: remove unneeded null check in try_to_fill_dentry() X-Git-Tag: v2.6.36-rc1~218 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc79d85d2ab7ce144bc75e06cab58126249afbb;p=pandora-kernel.git autofs4: remove unneeded null check in try_to_fill_dentry() After 97e7449a7ad: "autofs4: fix indirect mount pending expire race" we no longer assumed that "ino" can be null. The other null checks got removed but this was one was missed. Signed-off-by: Dan Carpenter Cc: Ian Kent Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed