diff options
| author | Jan Kara <jack@suse.cz> | 2017-06-13 16:20:25 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-27 15:06:09 -0700 |
| commit | f57b4ae0b7502e22e9d4d6b4dafb5e4223d93cd3 (patch) | |
| tree | 929cfa47b8f54a86fd6d1e41f6d94384e646aa36 /tools/perf/ui/browser.c | |
| parent | d2fa4057b11eaad41716c612ceb9338aa634c4eb (diff) | |
udf: Fix deadlock between writeback and udf_setsize()
commit f2e95355891153f66d4156bf3a142c6489cd78c6 upstream.
udf_setsize() called truncate_setsize() with i_data_sem held. Thus
truncate_pagecache() called from truncate_setsize() could lock a page
under i_data_sem which can deadlock as page lock ranks below
i_data_sem - e. g. writeback can hold page lock and try to acquire
i_data_sem to map a block.
Fix the problem by moving truncate_setsize() calls from under
i_data_sem. It is safe for us to change i_size without holding
i_data_sem as all the places that depend on i_size being stable already
hold inode_lock.
Fixes: 7e49b6f2480cb9a9e7322a91592e56a5c85361f5
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/ui/browser.c')
0 files changed, 0 insertions, 0 deletions
