diff options
author | Jan Kara <jack@suse.cz> | 2011-12-22 19:49:05 +0400 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2012-01-09 16:52:09 +0400 |
commit | 33c104d415e92a51aaf638dc3d93920cfa601e5c (patch) | |
tree | d94d7312b242ee85318188b3bc8fd23481c2f529 /firmware/mts_cdma.fw.ihex | |
parent | 0048278552e9752fd578c3d8deee756987c10873 (diff) | |
download | linux-33c104d415e92a51aaf638dc3d93920cfa601e5c.tar.xz |
ext3: Don't warn from writepage when readonly inode is spotted after error
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.
CC: stable@kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'firmware/mts_cdma.fw.ihex')
0 files changed, 0 insertions, 0 deletions