]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: split remote attribute code out
authorDave Chinner <dchinner@redhat.com>
Fri, 7 Jun 2013 00:25:39 +0000 (10:25 +1000)
committerBen Myers <bpm@sgi.com>
Tue, 6 Aug 2013 18:54:07 +0000 (13:54 -0500)
commit9d6fabc09a1174414471451cd78931074ea93afe
tree29317bd9d375b7827a2f8fab054b9ba6eb090e5b
parenta24374f41c9ff950e858e13b63450460caf9e626
xfs: split remote attribute code out

Adding CRC support to remote attributes adds a significant amount of
remote attribute specific code. Split the existing remote attribute
code out into it's own file so that all the relevant remote
attribute code is in a single, easy to find place.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
include/libxfs.h
include/xfs_attr_remote.h [new file with mode: 0644]
libxfs/Makefile
libxfs/xfs.h
libxfs/xfs_attr.c
libxfs/xfs_attr_remote.c [new file with mode: 0644]