Re: [PATCH RESEND] udf: extent cache implementation for manipulating block map

2012-08-22 Thread Namjae Jeon
2012/8/22, Jan Kara : > On Wed 22-08-12 19:02:26, Namjae Jeon wrote: >> 2012/8/21, Jan Kara : >> Hi. Jan. >> Okay, We are trying to do it from your comment. >> 1. Change udf_ext_cache structure to following which would also include >> *bh. >> struct udf_ext_cache { >> >> /* Position of the cached e

Re: [PATCH RESEND] udf: extent cache implementation for manipulating block map

2012-08-22 Thread Jan Kara
On Wed 22-08-12 19:02:26, Namjae Jeon wrote: > 2012/8/21, Jan Kara : > Hi. Jan. > Okay, We are trying to do it from your comment. > 1. Change udf_ext_cache structure to following which would also include *bh. > struct udf_ext_cache { > > /* Position of the cached extent */ > struct extent_position

Re: [PATCH RESEND] udf: extent cache implementation for manipulating block map

2012-08-22 Thread Namjae Jeon
2012/8/21, Jan Kara : > Hello, > > first, I'm sorry for a late reply. I was on a long vacation and then it > took me a while to catch up with stuff. > > On Sat 18-08-12 05:58:22, Namjae Jeon wrote: >> From: Namjae Jeon >> >> While mapping logical blocks of a file to physical blocks on the >> p

Re: [PATCH RESEND] udf: extent cache implementation for manipulating block map

2012-08-21 Thread Jan Kara
Hello, first, I'm sorry for a late reply. I was on a long vacation and then it took me a while to catch up with stuff. On Sat 18-08-12 05:58:22, Namjae Jeon wrote: > From: Namjae Jeon > > While mapping logical blocks of a file to physical blocks on the partition, > everytime UDF read file m