]> git.baikalelectronics.ru Git - kernel.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)
commit4348db3172f31bb6f3f7d8800614f95a601ef238
tree48bce1802731a4ddbaf9d4beaed5a1466b17b90e
parentbdd537dc8a85eae62edcece83f9a1969d6aca351
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