From: Namjae Jeon Date: Tue, 9 Oct 2012 15:09:12 +0000 (+0900) Subject: udf: don't increment lenExtents while writing to a hole X-Git-Tag: v3.2.37~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c712397ea01a6c6e93fca0f9c4e21000ec358b;p=pandora-kernel.git udf: don't increment lenExtents while writing to a hole commit fb719c59bdb4fca86ee1fd1f42ab3735ca12b6b2 upstream. Incrementing lenExtents even while writing to a hole is bad for performance as calls to udf_discard_prealloc and udf_truncate_tail_extent would not return from start if isize != lenExtents Signed-off-by: Namjae Jeon Signed-off-by: Ashish Sangwan Signed-off-by: Jan Kara Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed