From: lsy Date: Thu, 12 Oct 2006 15:55:05 +0000 (+0000) Subject: ll_revalid_it will pack fid2, while its capability might expire yet, X-Git-Tag: v1_8_0_110~486^2~582 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=db2b1071cfaf8b61df8386a9a8833fd775941933;p=fs%2Flustre-release.git ll_revalid_it will pack fid2, while its capability might expire yet, but actually mds will use its name to locate object, so this message might not indicate an error. --- diff --git a/lustre/llite/llite_capa.c b/lustre/llite/llite_capa.c index 25da02f..a68a744 100644 --- a/lustre/llite/llite_capa.c +++ b/lustre/llite/llite_capa.c @@ -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));