autofs4: remove unneeded null check in try_to_fill_dentry()
authorDan Carpenter <[email protected]>
Wed, 11 Aug 2010 01:02:04 +0000 (18:02 -0700)
committerLinus Torvalds <[email protected]>
Wed, 11 Aug 2010 15:59:06 +0000 (08:59 -0700)
commit5fc79d85d2ab7ce144bc75e06cab58126249afbb
treef6c4ca70e3905cbec541d925f4199c020fa61d8b
parent89596f20bb5f0f32c37abd337d995080e04519c8
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 <[email protected]>
Cc: Ian Kent <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/autofs4/root.c