Skip to content
Snippets Groups Projects
Commit 38fcd950 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_6

Quiet verbose error message on read-only filesystem.  We will already have
been notified of this.
b=10595
i=behlendo
parent 101f338a
No related branches found
No related tags found
No related merge requests found
...@@ -603,7 +603,7 @@ static int fsfilt_ext3_set_md(struct inode *inode, void *handle, ...@@ -603,7 +603,7 @@ static int fsfilt_ext3_set_md(struct inode *inode, void *handle,
unlock_24kernel(); unlock_24kernel();
if (rc) if (rc && rc != -EROFS)
CERROR("error adding MD data to inode %lu: rc = %d\n", CERROR("error adding MD data to inode %lu: rc = %d\n",
inode->i_ino, rc); inode->i_ino, rc);
return rc; return rc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment