]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita4acc3587775082a339de45b18fc2c6df2eb4a70
treef88b5e7494daf74e3871648fd72e8fe9ef2fb31f
parent6d24290c618458c354a555de3854045674df66ed
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