From 38fcd950f4389fea85989ff8cd2ac08ab7e7a906 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 5 Jul 2007 21:43:58 +0000 Subject: [PATCH] Branch b1_6 Quiet verbose error message on read-only filesystem. We will already have been notified of this. b=10595 i=behlendo --- lustre/lvfs/fsfilt_ext3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1