libfs: Use IOP_XATTR flag for empty directory handling
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 29 Sep 2016 15:48:41 +0000 (17:48 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 8 Oct 2016 00:10:43 +0000 (20:10 -0400)
commitf5c244383725a6de06bc62fa7c54c0ea0d942eec
treef88b5e7494daf74e3871648fd72e8fe9ef2fb31f
parent5f6e59ae8277cef221fdbf9b12f0c4f80db59944
libfs: Use IOP_XATTR flag for empty directory handling

Instead of special xattr inode operations, use the IOP_XATTR inode
operations flag for the special libfs empty directories.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/libfs.c