From: Chao Yu Date: Tue, 15 Jul 2014 01:38:51 +0000 (+0800) Subject: udf: avoid redundant memcpy when writing data in ICB X-Git-Tag: omap-for-v3.17/fixes-against-rc2~84^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f1be4f9c9dc926c1b96f14f88e91b8b0d1f88fd;p=pandora-kernel.git 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 Signed-off-by: Jan Kara --- Reading git-diff-tree failed