Displaying 1 result from an estimated 1 matches for "c218".
Did you mean:
218
2004 Aug 17
0
[BUG] LTP:mkdir try to inherits S_ISGID failed
This bug has the same reproduce step as below.
the dir2 has no S_ISGID set. see bug 131.
>-----Original Message-----
>From: ocfs2-devel-bounces@oss.oracle.com=20
>[mailto:ocfs2-devel-bounces@oss.oracle.com] On Behalf Of Ling, Xiaofeng
>Sent: 2004=C4=EA8=D4=C218=C8=D5 9:45
>To: ocfs2-devel@oss.oracle.com
>Subject: [Ocfs2-devel] [BUG] LTP:mkdir try to inherits group id failed
>
>LTP test case mkdir02 failed.This time, it is not LTP bug. see bug 130
>You can reproduce it manually:
>with root
>1. mkdir dir1
>2. chmod ugo+w dir1
>3.c...