]> git.openfabrics.org - ~emulex/infiniband.git/commit
Push the file layout driver into a subdirectory
authorTom Haynes <Thomas.Haynes@primarydata.com>
Mon, 12 May 2014 21:35:52 +0000 (14:35 -0700)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 30 May 2014 00:21:56 +0000 (20:21 -0400)
commitb5968725f46d9535e908689bd04bf676f71138bb
tree9a39fb8ec08c39f0c4193b6ba2d797b0f789744f
parent0aa61e78a0f262a2f94bd138831c97749cfca5bf
Push the file layout driver into a subdirectory

The object and block layouts already exist in their own
subdirectories. This patch completes the set!

Note that as a layout denotes nfs4 already, I stripped
that prefix out of the file names.

Signed-off-by: Tom Haynes <Thomas.Haynes@primarydata.com>
Acked-by: Jeff Layton <jlayton@poochiereds.net>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/Makefile
fs/nfs/filelayout/Makefile [new file with mode: 0644]
fs/nfs/filelayout/filelayout.c [new file with mode: 0644]
fs/nfs/filelayout/filelayout.h [new file with mode: 0644]
fs/nfs/filelayout/filelayoutdev.c [new file with mode: 0644]
fs/nfs/nfs4filelayout.c [deleted file]
fs/nfs/nfs4filelayout.h [deleted file]
fs/nfs/nfs4filelayoutdev.c [deleted file]