diff options
author | Jan Kara <jack@suse.cz> | 2011-12-22 16:49:05 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2012-01-12 11:33:21 -0800 |
commit | af94dba283bee182cfd322b6fcf133cdb369ef94 (patch) | |
tree | 0c2a0c0c6dabdf1221c075e121978d1c6f8e490e /fs/ocfs2/acl.h | |
parent | edd1ece0af40d0fa749c8b34c3c968adab1a846f (diff) |
ext3: Don't warn from writepage when readonly inode is spotted after error
commit 33c104d415e92a51aaf638dc3d93920cfa601e5c upstream.
WARN_ON_ONCE(IS_RDONLY(inode)) tends to trip when filesystem hits error and is
remounted read-only. This unnecessarily scares users (well, they should be
scared because of filesystem error, but the stack trace distracts them from the
right source of their fear ;-). We could as well just remove the WARN_ON but
it's not hard to fix it to not trip on filesystem with errors and not use more
cycles in the common case so that's what we do.
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/ocfs2/acl.h')
0 files changed, 0 insertions, 0 deletions