From: Junxiao Bi Date: Wed, 27 Jun 2012 09:09:55 +0000 (+0800) Subject: ocfs2: clear unaligned io flag when dio fails X-Git-Tag: v3.2.23~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5d75eb4a42279e5e652376fc0d0d885876d2b3;p=pandora-kernel.git ocfs2: clear unaligned io flag when dio fails commit 3e5d3c35a68c9a933bdbdd8685bd1a205b57e806 upstream. The unaligned io flag is set in the kiocb when an unaligned dio is issued, it should be cleared even when the dio fails, or it may affect the following io which are using the same kiocb. Signed-off-by: Junxiao Bi Signed-off-by: Joel Becker Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed