commit | 3613d22807a2616e9346800bacd88aa8bbbefcd7 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Jun 04 13:19:34 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jun 04 13:19:34 2013 -0400 |
tree | a7e83b6ad87e3f4f9f9d271a1d253d9f9189b541 | |
parent | 4e7ea81db53465ddd753678bc4cebf95369d0984 [diff] |
ext4: remove buffer_uninit handling There isn't any need for setting BH_Uninit on buffers anymore. It was only used to signal we need to mark io_end as needing extent conversion in add_bh_to_extent() but now we can mark the io_end directly when mapping extent. 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>