commit | 3e5d3c35a68c9a933bdbdd8685bd1a205b57e806 | [log] [tgz] |
---|---|---|
author | Junxiao Bi <junxiao.bi@oracle.com> | Wed Jun 27 17:09:55 2012 +0800 |
committer | Joel Becker <jlbec@evilplan.org> | Tue Jul 03 23:26:50 2012 -0700 |
tree | b84d21201792d9aa31a3bd2ef142d95e739f59d4 | |
parent | 9e85a6f9dc231f3ed3c1dc1b12217505d970142a [diff] |
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>