Whamcloud - gitweb
b=21869 improve filter_fid2dentry() error message
authorLanden <landen@sun.com>
Mon, 22 Feb 2010 03:19:38 +0000 (11:19 +0800)
committerJohann Lombardi <johann@sun.com>
Thu, 25 Feb 2010 12:54:50 +0000 (13:54 +0100)
i=landen
i=girish

lustre/obdfilter/filter.c

index 7823464..ec22359 100644 (file)
@@ -1433,8 +1433,8 @@ struct dentry *filter_fid2dentry(struct obd_device *obd,
         if (dir_dentry == NULL)
                 filter_parent_unlock(dparent);
         if (IS_ERR(dchild)) {
-                CERROR("%s: child lookup error %ld\n", obd->obd_name,
-                       PTR_ERR(dchild));
+                CERROR("%s: object "LPU64":"LPU64" lookup error: rc %ld\n",
+                       obd->obd_name, id, group, PTR_ERR(dchild));
                 RETURN(dchild);
         }