commit | faa17292fd3a5a80345511ea341a59ac40ab59dc | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jul 26 03:18:29 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:55:08 2012 -0500 |
tree | 28ae7b2aa85f632053b2d78daf700609106e99b6 | |
parent | 541af6a07474352e2143a0527c2b62b732439815 [diff] |
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 <viro@zeniv.linux.org.uk>