From: Al Viro Date: Tue, 26 Jul 2011 07:18:29 +0000 (-0400) Subject: udf: propagate umode_t X-Git-Tag: v3.3-rc1~170^2~11^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faa17292fd3a5a80345511ea341a59ac40ab59dc;p=pandora-kernel.git udf: propagate umode_t note re mount options: fmask and dmask are explicitly truncated to 12bit, UDF_INVALID_MODE just needs to be guaranteed to differ from any such value. And umask is used only in &= with umode_t, so we ignore other bits anyway. Signed-off-by: Al Viro --- Reading git-diff-tree failed