xfs: implement pNFS export operations
authorChristoph Hellwig <hch@lst.de>
Mon, 16 Feb 2015 00:49:23 +0000 (11:49 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 16 Feb 2015 00:49:23 +0000 (11:49 +1100)
commit527851124d10f9c50b1c578e0a56fcd49922422d
treef16dd8e452ae24ce6802cfb8c6baa53588de91ab
parentbad962662dbc60e76ec1baae34af56b1ba2dfa5f
xfs: implement pNFS export operations

Add operations to export pNFS block layouts from an XFS filesystem.  See
the previous commit adding the operations for an explanation of them.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/Makefile
fs/xfs/xfs_export.c
fs/xfs/xfs_fsops.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_iops.h
fs/xfs/xfs_mount.h
fs/xfs/xfs_pnfs.c [new file with mode: 0644]
fs/xfs/xfs_pnfs.h [new file with mode: 0644]