]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] udf_find_entry() cleanup
authorChristoph Hellwig <hch@lst.de>
Thu, 30 Jun 2005 09:59:02 +0000 (02:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 30 Jun 2005 15:45:11 +0000 (08:45 -0700)
commit1c71e22e4e4b4e7261f147635518d5634136c226
tree738d87d2d80fffd774e2b998e675dbe6d587ca53
parent532a39a3754a3b8ce507414863023f8db21f9a7c
[PATCH] udf_find_entry() cleanup

udf_find_entry can never be called with a NULL argument, so we shouldn't
check for it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/udf/namei.c