Files
linux/fs/udf
Jan Kara cb22c668c4 udf: Fix deadlock between writeback and udf_setsize()
commit f2e9535589 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: 7e49b6f248
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-07-27 15:10:20 -07:00
..
2016-11-01 09:43:26 -06:00
2015-01-05 11:04:37 +01:00
2017-01-10 11:57:34 +01:00
2009-06-11 21:36:13 -04:00
2017-01-10 11:37:31 +01:00
2017-04-24 16:27:52 +02:00
2015-06-23 18:01:59 -04:00