commit | d0a5b995a308347fdb1bb0412df32acd0312523b | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Sep 29 17:48:39 2016 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 07 20:10:42 2016 -0400 |
tree | 080efa7c4513aa0e42e9e65c75260546f9b303ac | |
parent | b6ba11773d9535fbe068232f2231c99740bb32db [diff] |
vfs: Add IOP_XATTR inode operations flag The IOP_XATTR inode operations flag in inode->i_opflags indicates that the inode has xattr support. The flag is automatically set by new_inode() on filesystems with xattr support (where sb->s_xattr is defined), and cleared otherwise. Filesystems can explicitly clear it for inodes that should not have xattr support. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>