2014-05-08 14:48:57

by Thomas Haynes

[permalink] [raw]
Subject: [PATCH] Push the file layout driver into a subdirectory

From: Tom Haynes <[email protected]>

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.

The patch looks longer than it really is, but git
logs are preserved. :-)

Tom Haynes (1):
Push the file layout driver into a subdirectory

fs/nfs/Makefile | 4 +-
fs/nfs/filelayout/Kbuild | 5 +
fs/nfs/filelayout/filelayout.c | 1391 +++++++++++++++++++++++++++++++++++++
fs/nfs/filelayout/filelayout.h | 156 +++++
fs/nfs/filelayout/filelayoutdev.c | 843 ++++++++++++++++++++++
fs/nfs/nfs4filelayout.c | 1391 -------------------------------------
fs/nfs/nfs4filelayout.h | 156 -----
fs/nfs/nfs4filelayoutdev.c | 843 ----------------------
8 files changed, 2396 insertions(+), 2393 deletions(-)
create mode 100644 fs/nfs/filelayout/Kbuild
create mode 100644 fs/nfs/filelayout/filelayout.c
create mode 100644 fs/nfs/filelayout/filelayout.h
create mode 100644 fs/nfs/filelayout/filelayoutdev.c
delete mode 100644 fs/nfs/nfs4filelayout.c
delete mode 100644 fs/nfs/nfs4filelayout.h
delete mode 100644 fs/nfs/nfs4filelayoutdev.c

--
1.9.0