commit | 9964afbb797329e4c6e5d05ebc199c39af618c5f | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Jun 16 14:06:55 2011 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jul 15 09:32:35 2011 +0100 |
tree | c0877e423f5dff8b722869bd3f21622a88889220 | |
parent | 7cf8dcd3b68a760d66fbc7f0d75d3fbb8f21775d [diff] |
GFS2: Add S_NOSEC support This adds S_NOSEC support to GFS2. We set/reset the flag either when a user calls setattr or when we have just regained the glock from another node. The flag is only set if there are no xattrs on the inode and there is no suid bit set. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Reviewed-by: Andi Kleen <ak@linux.intel.com> Cc: Al Viro <viro@ZenIV.linux.org.uk>