]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ocfs2: clear unaligned io flag when dio fails
authorJunxiao Bi <junxiao.bi@oracle.com>
Thu, 31 May 2012 01:57:17 +0000 (09:57 +0800)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 6 Jun 2012 18:49:29 +0000 (22:49 +0400)
commit90a6618daf69b273d583d168399a009717cdcae3
tree2c416b9a9c4ed2dc1419a685b164db02991e22ed
parent8c80936037741517c60327ce25e95b4babf614b4
ocfs2: clear unaligned io flag when dio fails

Orabug: 14063941
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>
fs/ocfs2/file.c