]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_io: allow lsattr & lsproj on foreign filesystems
authorRoss Zwisler <ross.zwisler@linux.intel.com>
Fri, 4 Aug 2017 21:33:51 +0000 (16:33 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 4 Aug 2017 21:33:51 +0000 (16:33 -0500)
commite13a325cd7a964fb9f80a6ba23b5598584fc5edf
tree690f59ac0c04d2152eaf9e886939b84030c2485c
parent2c6c632820e340029daeb05d206a21553a45e3f4
xfs_io: allow lsattr & lsproj on foreign filesystems

The following commit:

commit 73b54bb6a2fb ("xfs_io: allow chattr & chproj on foreign filesystems")

allowed chattr and chproj to be run on non-xfs filesystems now that
FS_IOC_FSSETXATTR is a generic vfs call.  It failed to enable the
corresponding lsattr and lsproj commands for those filesystems, though.

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Fixes: 73b54bb6a2fb ("xfs_io: allow chattr & chproj on foreign filesystems")
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
io/attr.c
io/open.c