xfs: split out attribute listing code into separate file
authorDave Chinner <dchinner@redhat.com>
Mon, 12 Aug 2013 10:49:38 +0000 (20:49 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 12 Aug 2013 21:41:29 +0000 (16:41 -0500)
commitabec5f2bf991a03b055be36d918cd6f8f58cc83e
tree7f440cd0fb510322700b48781800b16b02b19e25
parent2b9ab5ab9c4a1f16f11ad883bfd21d5eb55e5bcc
xfs: split out attribute listing code into separate file

The attribute listing code is not used by userspace, so like the
directory readdir code, split it out into a separate file to
minimise the differences between the filesystem shared with libxfs
in userspace.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/Makefile
fs/xfs/xfs_attr.c
fs/xfs/xfs_attr.h
fs/xfs/xfs_attr_leaf.c
fs/xfs/xfs_attr_list.c [new file with mode: 0644]
This page took 0.027729 seconds and 5 git commands to generate.