pnfs: Update documentation on the Layout Drivers
authorTom Haynes <loghyr@primarydata.com>
Mon, 12 Jan 2015 19:51:45 +0000 (11:51 -0800)
committerTom Haynes <loghyr@primarydata.com>
Tue, 3 Feb 2015 19:06:53 +0000 (11:06 -0800)
Signed-off-by: Tom Haynes <loghyr@primarydata.com>
Documentation/filesystems/nfs/pnfs.txt

index adc81a35fe2d98026bf8cf0f778d315bcb78f407..44a9f2493a883555cb86d609ed9af6200200bed0 100644 (file)
@@ -57,15 +57,16 @@ bit is set, preventing any new lsegs from being added.
 layout drivers
 --------------
 
-PNFS utilizes what is called layout drivers. The STD defines 3 basic
-layout types: "files" "objects" and "blocks". For each of these types
-there is a layout-driver with a common function-vectors table which
-are called by the nfs-client pnfs-core to implement the different layout
-types.
+PNFS utilizes what is called layout drivers. The STD defines 4 basic
+layout types: "files", "objects", "blocks", and "flexfiles". For each
+of these types there is a layout-driver with a common function-vectors
+table which are called by the nfs-client pnfs-core to implement the
+different layout types.
 
-Files-layout-driver code is in: fs/nfs/nfs4filelayout.c && nfs4filelayoutdev.c
+Files-layout-driver code is in: fs/nfs/filelayout/.. directory
 Objects-layout-deriver code is in: fs/nfs/objlayout/.. directory
 Blocks-layout-deriver code is in: fs/nfs/blocklayout/.. directory
+Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory
 
 objects-layout setup
 --------------------