staging: lustre: llite: NFS reexport issue
Suppress erroneous/confusing messages when NFS is out of sync and requests old data. Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4050 Reviewed-on: http://review.whamcloud.com/7850 Reviewed-by: Andreas Dilger <andreas.dilger@intel.com> Reviewed-by: Bob Glossman <bob.glossman@intel.com> Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c355855359
commit
ac7af34e67
@ -119,7 +119,7 @@ struct inode *search_inode_for_lustre(struct super_block *sb,
|
||||
rc = md_getattr(sbi->ll_md_exp, op_data, &req);
|
||||
kfree(op_data);
|
||||
if (rc) {
|
||||
CERROR("can't get object attrs, fid "DFID", rc %d\n",
|
||||
CDEBUG(D_INFO, "can't get object attrs, fid "DFID", rc %d\n",
|
||||
PFID(fid), rc);
|
||||
return ERR_PTR(rc);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user