From: Jan Kara Date: Thu, 25 Jul 2013 17:10:59 +0000 (+0200) Subject: udf: Standardize return values in mount sequence X-Git-Tag: v3.12-rc1~126^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d759bfa4e7919b89357de50a2e23817079889195;p=pandora-kernel.git udf: Standardize return values in mount sequence Change all function used in filesystem discovery during mount to user standard kernel return values - -errno on error, 0 on success instead of 1 on failure and 0 on success. This allows us to pass error number (not just failure / success) so we can abort device scanning earlier in case of errors like EIO or ENOMEM . Also we will be able to return EROFS in case writeable mount is requested but writing isn't supported. Signed-off-by: Jan Kara --- Reading git-diff-tree failed