]> Pileus Git - ~andy/linux/commit
ext4: remove unaligned AIO warning printk
authorEric Sandeen <sandeen@redhat.com>
Tue, 25 Dec 2012 18:33:13 +0000 (13:33 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 25 Dec 2012 18:33:13 +0000 (13:33 -0500)
commita28a9178e8fcd9b94f7333184ce78e816c8cb2af
treecf841622e5d0eaaa717ee6f10dafcfc185a40132
parentad96f7115593e962dd22a0519021eafaba56f5e3
ext4: remove unaligned AIO warning printk

Although I put this in, I now think it was a bad decision.  For most
users, there is very little to be done in this case.  They get the
message, once per day, with no real context or proposed action.  TBH,
it generates support calls when it probably does not need to; the
message sounds more dire than the situation really is.

Just nuke it.  Normal investigation via blktrace or whatnot can
reveal poor IO patterns if bad performance is encountered.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/file.c