From 9cc4d3fc9f80a3b21f7df4b8f4b9c3cd56c4bf19 Mon Sep 17 00:00:00 2001 From: thantry Date: Wed, 25 Sep 2002 16:23:00 +0000 Subject: [PATCH] Fixed Bug #614157, not uncommentig the registration/deregistration part --- lustre/obdclass/lprocfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/obdclass/lprocfs.c b/lustre/obdclass/lprocfs.c index 4d772b3..5b0d91c 100644 --- a/lustre/obdclass/lprocfs.c +++ b/lustre/obdclass/lprocfs.c @@ -786,8 +786,8 @@ int lprocfs_dereg_dev(struct obd_device* device) struct proc_dir_entry* temp; if (!device) { - CERROR("!! Null pointer passed !!\n"); - return LPROCFS_FAILURE; + CDEBUG(D_OTHER, "! LProcfs: Null pointer !\n"); + return LPROCFS_SUCCESS; } if (!(device->obd_name)) { -- 1.8.3.1