]> git.baikalelectronics.ru Git - kernel.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)
commit523e7959b2b465426af79370a4757afbf2b19edb
tree738d87d2d80fffd774e2b998e675dbe6d587ca53
parent65adf50a3c5f5d180a77bf66cf40d2a65e5ec594
[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