]> git.baikalelectronics.ru Git - kernel.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)
commit71fd59e17b362424ef61a3e6facaafee41b1a22e
tree9a39fb8ec08c39f0c4193b6ba2d797b0f789744f
parenta43389261678fb87f94ce401ccf6e64d54d410b9
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]