commit | 5300990c0370e804e49d9a59d928c5d53fb73487 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Dec 19 10:15:07 2009 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 22 12:27:34 2009 -0500 |
tree | 08ed922afd172662039c082ec9e9410070f4afe8 | |
parent | 482928d59db668b8d82a48717f78986d8cea72e9 [diff] |
Sanitize f_flags helpers * pull ACC_MODE to fs.h; we have several copies all over the place * nightmarish expression calculating f_mode by f_flags deserves a helper too (OPEN_FMODE(flags)) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>