diff options
author | Junxiao Bi <[email protected]> | 2015-12-11 13:41:03 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-12-12 10:15:34 -0800 |
commit | 854ee2e944b4daf795e32562a7d2f9e90ab5a6a8 (patch) | |
tree | 1e39e7ee849296569cd682a0001b27a5f11043cb /scripts/unifdef.c | |
parent | a2b829d95958da2025ef844c0f53ac15ad720fac (diff) |
ocfs2: fix SGID not inherited issue
Commit 8f1eb48758aa ("ocfs2: fix umask ignored issue") introduced an
issue, SGID of sub dir was not inherited from its parents dir. It is
because SGID is set into "inode->i_mode" in ocfs2_get_init_inode(), but
is overwritten by "mode" which don't have SGID set later.
Fixes: 8f1eb48758aa ("ocfs2: fix umask ignored issue")
Signed-off-by: Junxiao Bi <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Acked-by: Srinivas Eeda <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/unifdef.c')
0 files changed, 0 insertions, 0 deletions