]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
move fsr over from xfsdump
authorChristoph Hellwig <hch@lst.de>
Sat, 24 Jan 2009 13:59:31 +0000 (14:59 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Sat, 24 Jan 2009 13:59:31 +0000 (14:59 +0100)
commitc988ea914a658e68cf7cdd7d4a5ffc24d1541f9b
tree1f5dd3b69ce42e186030756b44078afdca17138a
parentd4dd6ab5c60449b4e05f5c591ce698e4c94ddbb3
move fsr over from xfsdump

There's really no reason to hide fsr in xfsdump, so move it over
to xfsprogs now that we have a 3.0 release with some major shaking
pending.  The only code change is to replace the single attr_setf call
with a fsetxattr to avoid a dependency on libattr.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Nathan Scott <nscott@aconex.com>
Makefile
fsr/Makefile [new file with mode: 0644]
fsr/xfs_fsr.c [new file with mode: 0644]
man/man8/xfs_fsr.8 [new file with mode: 0644]