]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 29 May 2014 20:51:34 +0000 (16:51 -0400)
commita27d2ba9829d092f64076231629ba9bd576facbf
tree3ce75c1ae8d0b0a18e0e063fc74ed3ae175ad879
parentc8e470280a5c875468dd4eb41d8c4b44c87ebbcf
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 [moved from fs/nfs/nfs4filelayout.c with 99% similarity]
fs/nfs/filelayout/filelayout.h [moved from fs/nfs/nfs4filelayout.h with 99% similarity]
fs/nfs/filelayout/filelayoutdev.c [moved from fs/nfs/nfs4filelayoutdev.c with 99% similarity]