commit | 5f6e59ae8277cef221fdbf9b12f0c4f80db59944 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Sep 29 17:48:40 2016 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 07 20:10:43 2016 -0400 |
tree | be029e6b617f66cb314481283bd5cf6553495e76 | |
parent | d0a5b995a308347fdb1bb0412df32acd0312523b [diff] |
vfs: Use IOP_XATTR flag for bad-inode handling With this change, all the xattr handler based operations will produce an -EIO result for bad inodes, and we no longer only depend on inode->i_op to be set to bad_inode_ops. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>