From: Theodore Ts'o Date: Tue, 17 Feb 2009 15:58:22 +0000 (-0500) Subject: ext4: tone down ext4_da_writepages warnings X-Git-Tag: v2.6.27.19~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=916d7904b539f8d44af818f54a41f63ef2a0e78f;p=pandora-kernel.git ext4: tone down ext4_da_writepages warnings (cherry picked from commit 2a21e37e48b94388f2cc8c0392f104f5443d4bb8) If the filesystem has errors, ext4_da_writepages() will return a *lot* of errors, including lots and lots of stack dumps. While it's true that we are dropping user data on the floor, which is unfortunate, the stack dumps aren't helpful, and they tend to obscure the true original root cause of the problem. So in the case where the filesystem has aborted, return an EROFS right away. Signed-off-by: "Theodore Ts'o" Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed