From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: [PATCH] SQUASHME: move objlayout to the PNFS_LD dprint channel Date: Wed, 16 Jun 2010 15:33:03 -0400 Message-ID: <4C1926EF.4020002@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: Benny Halevy , NFS list Return-path: Received: from daytona.panasas.com ([67.152.220.89]:24125 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756669Ab0FPTdH (ORCPT ); Wed, 16 Jun 2010 15:33:07 -0400 Sender: linux-nfs-owner@vger.kernel.org List-ID: Signed-off-by: Boaz Harrosh --- fs/nfs/objlayout/objio_osd.c | 2 +- fs/nfs/objlayout/objlayout.c | 2 +- fs/nfs/objlayout/panfs_shim.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/nfs/objlayout/objio_osd.c b/fs/nfs/objlayout/objio_osd.c index 9079b7b..5f0612f 100644 --- a/fs/nfs/objlayout/objio_osd.c +++ b/fs/nfs/objlayout/objio_osd.c @@ -48,7 +48,7 @@ #include "objlayout.h" -#define NFSDBG_FACILITY NFSDBG_PNFS +#define NFSDBG_FACILITY NFSDBG_PNFS_LD #define _LLU(x) ((unsigned long long)x) diff --git a/fs/nfs/objlayout/objlayout.c b/fs/nfs/objlayout/objlayout.c index ad56ab8..c380bf6 100644 --- a/fs/nfs/objlayout/objlayout.c +++ b/fs/nfs/objlayout/objlayout.c @@ -42,7 +42,7 @@ #include #include "objlayout.h" -#define NFSDBG_FACILITY NFSDBG_PNFS +#define NFSDBG_FACILITY NFSDBG_PNFS_LD struct pnfs_client_operations *pnfs_client_ops; diff --git a/fs/nfs/objlayout/panfs_shim.c b/fs/nfs/objlayout/panfs_shim.c index 3c5baba..3f76233 100644 --- a/fs/nfs/objlayout/panfs_shim.c +++ b/fs/nfs/objlayout/panfs_shim.c @@ -46,7 +46,7 @@ #include -#define NFSDBG_FACILITY NFSDBG_PNFS +#define NFSDBG_FACILITY NFSDBG_PNFS_LD struct panfs_export_operations *panfs_export_ops; -- 1.7.0.1