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.8-rc1~80^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb719c59bdb4fca86ee1fd1f42ab3735ca12b6b2;p=pandora-kernel.git udf: don't increment lenExtents while writing to a hole 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 --- Reading git-diff-tree failed