ext2: avoid WARN() messages when failing to write to the superblock
authorTheodore Ts'o <tytso@mit.edu>
Wed, 16 Dec 2009 00:46:48 +0000 (16:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2009 15:20:05 +0000 (07:20 -0800)
commit7bf0dc9b0ca9e9b6524b1f70e0898c7f11eb10be
tree874004884b18603f7fa87083b485a70ff9ea8b8d
parent28dfef8febe48f59cf1e7596e1992a6a1893ca24
ext2: avoid WARN() messages when failing to write to the superblock

This fixes a common warning reported by kerneloops.org

[Kernel summit hacking hour]
[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext2/super.c