Whamcloud - gitweb
ll_revalid_it will pack fid2, while its capability might expire yet,
authorlsy <lsy>
Thu, 12 Oct 2006 15:55:05 +0000 (15:55 +0000)
committerlsy <lsy>
Thu, 12 Oct 2006 15:55:05 +0000 (15:55 +0000)
but actually mds will use its name to locate object, so this message
might not indicate an error.

lustre/llite/llite_capa.c

index 25da02f..a68a744 100644 (file)
@@ -392,8 +392,8 @@ struct obd_capa *ll_mdscapa_get(struct inode *inode)
         }
 
         if (!ocapa && atomic_read(&ll_capa_debug)) {
-                CDEBUG(S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ?
-                       D_ERROR : D_SEC, "no MDS capability for fid "DFID"\n",
+                CDEBUG(D_ERROR,
+                       "no MDS capability for fid "DFID", this might be ok;)\n",
                        PFID(ll_inode2fid(inode)));
 #if 0
                 LASSERT(!S_ISDIR(inode->i_mode));