commit | ffa0160a103917defd5d9c097ae0455a59166e03 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Dec 03 12:59:52 2015 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Dec 07 23:12:00 2015 -0500 |
tree | fd4eeefca064c0a072e214fde0262fe8dbbff8a4 | |
parent | aa0d6aed45ff48bd41439211f2bda1d54585aba3 [diff] |
nfsd: implement the NFSv4.2 CLONE operation This is basically a remote version of the btrfs CLONE operation, so the implementation is fairly trivial. Made even more trivial by stealing the XDR code and general framework Anna Schumaker's COPY prototype. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: J. Bruce Fields <bfields@fieldses.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>