[pnfs] [PATCH 07/32] pnfs: rename NFSDBG_FILELAYOUT
Fred Isaman
iisaman at citi.umich.edu
Fri Mar 21 16:52:58 EDT 2008
Rename NFSDBG_FILELAYOUT to something more appropiate for general use
by arbitrary layout drivers.
Signed-off-by: Fred Isaman <iisaman at citi.umich.edu>
---
fs/nfs/nfs4filelayout.c | 2 +-
fs/nfs/nfs4filelayoutdev.c | 2 +-
include/linux/nfs_fs.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c
index 05aeae8..13cdc19 100644
--- a/fs/nfs/nfs4filelayout.c
+++ b/fs/nfs/nfs4filelayout.c
@@ -56,7 +56,7 @@
#include "nfs4filelayout.h"
#include "nfs4_fs.h"
-#define NFSDBG_FACILITY NFSDBG_FILELAYOUT
+#define NFSDBG_FACILITY NFSDBG_PNFS_LD
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Dean Hildebrand <dhildebz at eecs.umich.edu>");
diff --git a/fs/nfs/nfs4filelayoutdev.c b/fs/nfs/nfs4filelayoutdev.c
index 661ee11..0281040 100644
--- a/fs/nfs/nfs4filelayoutdev.c
+++ b/fs/nfs/nfs4filelayoutdev.c
@@ -55,7 +55,7 @@
#include "nfs4filelayout.h"
#include "nfs4_fs.h"
-#define NFSDBG_FACILITY NFSDBG_FILELAYOUT
+#define NFSDBG_FACILITY NFSDBG_PNFS_LD
extern int nfs4_set_client(struct nfs_server *, const char *, const struct sockaddr_in *, const char *r, rpc_authflavor_t, int, int, int);
extern int nfs4_init_session(struct nfs_client *, struct nfs4_session **, struct rpc_clnt *);
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index 2b6c651..77d5020 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -609,7 +609,7 @@ extern void * nfs_root_data(void);
#define NFSDBG_CLIENT 0x0200
#define NFSDBG_MOUNT 0x0400
#define NFSDBG_PNFS 0x0800
-#define NFSDBG_FILELAYOUT 0x1000
+#define NFSDBG_PNFS_LD 0x1000
#define NFSDBG_IO 0x2000
#define NFSDBG_ALL 0xFFFF
--
1.5.3.3
More information about the pNFS
mailing list