]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1997739865ebc84b998c1bb519d068127a45a30d
treef16dd8e452ae24ce6802cfb8c6baa53588de91ab
parent20f6918753a0069dfd10cbeb2a5666751a7bfd15
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]