From: Fabian Frederick Date: Wed, 8 Apr 2015 19:23:58 +0000 (+0200) Subject: udf: Return error from udf_find_entry() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~128^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231473f6ddcef9c01993e0bfe36acc6f8e425c31;p=pandora-kernel.git udf: Return error from udf_find_entry() Return appropriate error from udf_find_entry() instead of just NULL. That way we can distinguish the fact that some error happened when looking up filename (and return error to userspace) from the fact that we just didn't find the filename. Also update callers of udf_find_entry() accordingly. [JK: Improved udf_find_entry() documentation] Suggested-by: Jan Kara Signed-off-by: Fabian Frederick Signed-off-by: Jan Kara --- Reading git-diff-tree failed