]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: clear unaligned io flag when dio fails
authorJunxiao Bi <junxiao.bi@oracle.com>
Wed, 27 Jun 2012 09:09:55 +0000 (17:09 +0800)
committerJoel Becker <jlbec@evilplan.org>
Wed, 4 Jul 2012 06:26:50 +0000 (23:26 -0700)
commitd06bd65b2dc30df7ee2ce364a4ca3e76d92efe88
treeb84d21201792d9aa31a3bd2ef142d95e739f59d4
parentd43d27b19a34d2e25c0e2878e63176431103eb1c
ocfs2: clear unaligned io flag when dio fails

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 <junxiao.bi@oracle.com>
Cc: stable@vger.kernel.org
Signed-off-by: Joel Becker <jlbec@evilplan.org>
fs/ocfs2/file.c