summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher2016-09-27 13:03:22 +0200
committerAl Viro2016-09-28 03:52:00 +0200
commit2211d5ba5c6c4e972ba6dbc912b2897425ea6621 (patch)
tree2e74980ee6f475ea25560b098e367b1b5b7b8907 /fs/btrfs/send.c
parentfs/aio.c: eliminate redundant loads in put_aio_ring_file (diff)
downloadkernel-qcow2-linux-2211d5ba5c6c4e972ba6dbc912b2897425ea6621.tar.gz
kernel-qcow2-linux-2211d5ba5c6c4e972ba6dbc912b2897425ea6621.tar.xz
kernel-qcow2-linux-2211d5ba5c6c4e972ba6dbc912b2897425ea6621.zip
posix_acl: xattr representation cleanups
Remove the unnecessary typedefs and the zero-length a_entries array in struct posix_acl_xattr_header. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/btrfs/send.c')
-rw-r--r--fs/btrfs/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c
index a87675ffd02b..1379e59277e2 100644
--- a/fs/btrfs/send.c
+++ b/fs/btrfs/send.c
@@ -4329,7 +4329,7 @@ static int __process_new_xattr(int num, struct btrfs_key *di_key,
int ret;
struct send_ctx *sctx = ctx;
struct fs_path *p;
- posix_acl_xattr_header dummy_acl;
+ struct posix_acl_xattr_header dummy_acl;
p = fs_path_alloc();
if (!p)