Chao Yu 3f1be4f9c9 udf: avoid redundant memcpy when writing data in ICB
Valid data within i_size in page cache will be copied to ICB cache when we
writeback the page by invoking udf_adinicb_writepage, so the copy in
udf_adinicb_write_end is redundant.

After we remove the copy, it's better to use simple_write_end directly in
udf_adinicb_aops instead of udf_adinicb_write_end.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jan Kara <jack@suse.cz>
2014-07-15 22:40:24 +02:00
..
2012-02-29 21:53:47 +01:00
2013-06-29 12:46:50 +04:00
2011-10-31 23:43:58 +01:00
2013-09-24 11:23:33 +02:00
2014-07-15 22:40:23 +02:00
2009-06-11 21:36:13 -04:00
2011-10-10 19:29:01 +02:00
2014-07-15 22:40:23 +02:00
2014-07-15 22:40:23 +02:00
2013-09-24 11:23:33 +02:00
2011-10-31 23:43:52 +01:00