Searched hist:e0d46f5c6e0ba3a79e64cd60e62b7b7191ed93f3 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | xattr.h | diff e0d46f5c6e0ba3a79e64cd60e62b7b7191ed93f3 Fri Apr 22 15:36:44 CDT 2016 Andreas Gruenbacher <agruenba@redhat.com> btrfs: Switch to generic xattr handlers
The btrfs_{set,remove}xattr inode operations check for a read-only root (btrfs_root_readonly) before calling into generic_{set,remove}xattr. If this check is moved into __btrfs_setxattr, we can get rid of btrfs_{set,remove}xattr.
This patch applies to mainline, I would like to keep it together with the other xattr cleanups if possible, though. Could you please review?
Thanks, Andreas
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | xattr.c | diff e0d46f5c6e0ba3a79e64cd60e62b7b7191ed93f3 Fri Apr 22 15:36:44 CDT 2016 Andreas Gruenbacher <agruenba@redhat.com> btrfs: Switch to generic xattr handlers
The btrfs_{set,remove}xattr inode operations check for a read-only root (btrfs_root_readonly) before calling into generic_{set,remove}xattr. If this check is moved into __btrfs_setxattr, we can get rid of btrfs_{set,remove}xattr.
This patch applies to mainline, I would like to keep it together with the other xattr cleanups if possible, though. Could you please review?
Thanks, Andreas
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | inode.c | diff e0d46f5c6e0ba3a79e64cd60e62b7b7191ed93f3 Fri Apr 22 15:36:44 CDT 2016 Andreas Gruenbacher <agruenba@redhat.com> btrfs: Switch to generic xattr handlers
The btrfs_{set,remove}xattr inode operations check for a read-only root (btrfs_root_readonly) before calling into generic_{set,remove}xattr. If this check is moved into __btrfs_setxattr, we can get rid of btrfs_{set,remove}xattr.
This patch applies to mainline, I would like to keep it together with the other xattr cleanups if possible, though. Could you please review?
Thanks, Andreas
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|