diff options
author | Junxiao Bi <junxiao.bi@oracle.com> | 2015-12-11 13:41:03 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-12-12 10:15:34 -0800 |
commit | 854ee2e944b4daf795e32562a7d2f9e90ab5a6a8 (patch) | |
tree | 1e39e7ee849296569cd682a0001b27a5f11043cb /fs/dcache.c | |
parent | a2b829d95958da2025ef844c0f53ac15ad720fac (diff) | |
download | op-kernel-dev-854ee2e944b4daf795e32562a7d2f9e90ab5a6a8.zip op-kernel-dev-854ee2e944b4daf795e32562a7d2f9e90ab5a6a8.tar.gz |
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 <junxiao.bi@oracle.com>
Cc: Mark Fasheh <mfasheh@suse.de>
Cc: Joel Becker <jlbec@evilplan.org>
Acked-by: Srinivas Eeda <srinivas.eeda@oracle.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/dcache.c')
0 files changed, 0 insertions, 0 deletions