[GFS2] Fix setting of inherit jdata attr
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 18 Jul 2007 10:40:06 +0000 (11:40 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 14 Aug 2007 09:34:11 +0000 (10:34 +0100)
commitb9af7ca6d37d541fb0ed96355fd5c65501cbbda8
treed343aefac556709cc543aafa961496175d138892
parenta867bb28c1cb49ae86d034d8bd8fe6dbcbb19566
[GFS2] Fix setting of inherit jdata attr

Due to a mix up between the jdata attribute and inherit jdata attribute
it has not been possible to set the inherit jdata attribute on
directories. This is now fixed and the ioctl will report the inherit
jdata attribute for directories rather than the jdata attribute as it
did previously. This stems from our need to have the one bit in the
ioctl attr flags mean two different things according to whether the
underlying inode is a directory or not.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ops_file.c