ext4: split extent conversion lists to reserved & unreserved parts
authorJan Kara <jack@suse.cz>
Tue, 4 Jun 2013 18:21:02 +0000 (14:21 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Jun 2013 18:21:02 +0000 (14:21 -0400)
Now that we have extent conversions with reserved transaction, we have
to prevent extent conversions without reserved transaction (from DIO
code) to block these (as that would effectively void any transaction
reservation we did).  So split lists, work items, and work queues to
reserved and unreserved parts.

Reviewed-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/page-io.c
fs/ext4/super.c

diff --cc fs/ext4/ext4.h
Simple merge
Simple merge
diff --cc fs/ext4/super.c
Simple merge