]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: split out attribute fork truncation code into separate file
authorDave Chinner <dchinner@redhat.com>
Mon, 12 Aug 2013 10:49:39 +0000 (20:49 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 12 Aug 2013 21:42:30 +0000 (16:42 -0500)
commitfde2227ce12b6d3e1945bd512da2a4a333331a2c
tree48bce1802731a4ddbaf9d4beaed5a1466b17b90e
parentabec5f2bf991a03b055be36d918cd6f8f58cc83e
xfs: split out attribute fork truncation code into separate file

The attribute inactivation code is not used by userspace, so like
the attribute listing, 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_inactive.c [new file with mode: 0644]
fs/xfs/xfs_attr_leaf.c