commit | 5fc79d85d2ab7ce144bc75e06cab58126249afbb | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Tue Aug 10 18:02:04 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 11 08:59:06 2010 -0700 |
tree | f6c4ca70e3905cbec541d925f4199c020fa61d8b | |
parent | 89596f20bb5f0f32c37abd337d995080e04519c8 [diff] |
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 <error27@gmail.com> Cc: Ian Kent <raven@themaw.net> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>