From: adilger Date: Thu, 5 Jul 2007 21:43:58 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~1486 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=38fcd950f4389fea85989ff8cd2ac08ab7e7a906;p=fs%2Flustre-release.git Branch b1_6 Quiet verbose error message on read-only filesystem. We will already have been notified of this. b=10595 i=behlendo --- diff --git a/lustre/lvfs/fsfilt_ext3.c b/lustre/lvfs/fsfilt_ext3.c index e84cd05..301fca3 100644 --- a/lustre/lvfs/fsfilt_ext3.c +++ b/lustre/lvfs/fsfilt_ext3.c @@ -603,7 +603,7 @@ static int fsfilt_ext3_set_md(struct inode *inode, void *handle, unlock_24kernel(); - if (rc) + if (rc && rc != -EROFS) CERROR("error adding MD data to inode %lu: rc = %d\n", inode->i_ino, rc); return rc;