]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: allow chattr & chproj on foreign filesystems
authorEric Sandeen <sandeen@redhat.com>
Mon, 19 Sep 2016 06:07:55 +0000 (16:07 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 19 Sep 2016 06:07:55 +0000 (16:07 +1000)
commit73b54bb6a2fb578920e25b19f3f5a6fc70ba78eb
tree4843f299658f3ef9f03eda6a988bf9b6841ecb14
parent2f7d04230b4d39bde047910b5a259ff2fc1d47d2
xfs_io: allow chattr & chproj on foreign filesystems

Now that FS_IOC_FSSETXATTR is a generic vfs call, these
functions can be used on non-xfs filesystems, and this is
needed for generic project quota testing.

(not all flags are valid on all filesystems.)

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
io/attr.c
io/open.c