Re: [PATCH 2/6] udf: don't increment lenExtents while writing to a hole

2012-10-11 Thread Jan Kara
On Wed 10-10-12 00:09:12, Namjae Jeon wrote: > From: Namjae Jeon > > 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

[PATCH 2/6] udf: don't increment lenExtents while writing to a hole

2012-10-09 Thread Namjae Jeon
From: Namjae Jeon 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 --- fs/udf/inode.c |7 +++