]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ext3: remove d_splice_alias NULL check from ext3_lookup
authorPekka Enberg <penberg@cs.helsinki.fi>
Sat, 14 Jan 2006 21:21:08 +0000 (13:21 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 15 Jan 2006 02:27:10 +0000 (18:27 -0800)
commit4d0293f9cc8b677dcbf2a8b7bc33bfddbea97a87
tree2b1052b698a66b67e981fbdea526c4b09df65ede
parent96b0a3724486f633c499fa14b942b116e4703c20
[PATCH] ext3: remove d_splice_alias NULL check from ext3_lookup

Remove redundant NULL check in ext3_lookup() as d_splice_alias() can take NULL
inode as input.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext3/namei.c