diff options
author | Ryan Ding <ryan.ding@oracle.com> | 2016-03-25 22:21:23 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-26 00:37:42 +0100 |
commit | 28888681b4f641ce9a96478ce4683577cd3abbff (patch) | |
tree | 48f10b475c7f9b9fc96957e88928f163ee6012f8 /crypto/testmgr.h | |
parent | ocfs2: fix disk file size and memory file size mismatch (diff) | |
download | linux-28888681b4f641ce9a96478ce4683577cd3abbff.tar.xz linux-28888681b4f641ce9a96478ce4683577cd3abbff.zip |
ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()
The code should call ocfs2_free_alloc_context() to free meta_ac &
data_ac before calling ocfs2_run_deallocs(). Because
ocfs2_run_deallocs() will acquire the system inode's i_mutex hold by
meta_ac. So try to release the lock before ocfs2_run_deallocs().
Fixes: af1310367f41 ("ocfs2: fix sparse file & data ordering issue in direct io.")
Signed-off-by: Ryan Ding <ryan.ding@oracle.com>
Acked-by: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Joseph Qi <joseph.qi@huawei.com>
Cc: Mark Fasheh <mfasheh@suse.de>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'crypto/testmgr.h')
0 files changed, 0 insertions, 0 deletions