Re: [2.02] Re: [f2fs-dev] [PATCH v7] F2FS support

2016-03-03 Thread Jaegeuk Kim
On Thu, Mar 03, 2016 at 12:20:30AM +0100, Michael Zimmermann wrote: > I found a bug in the 'grub_f2fs_read_file' function. > It fails when the file position is not 0. to fix it: > - grub_memcpy (buf + pos, inline_addr + pos, len); > + grub_memcpy (buf, inline_addr + pos, len); Oops. Than

Re: [2.02] Re: [f2fs-dev] [PATCH v7] F2FS support

2016-03-02 Thread Michael Zimmermann
I found a bug in the 'grub_f2fs_read_file' function. It fails when the file position is not 0. to fix it: - grub_memcpy (buf + pos, inline_addr + pos, len); + grub_memcpy (buf, inline_addr + pos, len); Michael On Tue, Mar 1, 2016 at 8:52 PM, Andrei Borzenkov wrote: > ACK from my side

[2.02] Re: [f2fs-dev] [PATCH v7] F2FS support

2016-03-01 Thread Andrei Borzenkov
ACK from my side. It is leaf code that does not affect anything so should not cause any regression. 22.02.2016 21:25, Jaegeuk Kim пишет: > Chang log from v6: > o remove redundant filesize check in ->read > o check consistency in ->open regarding to inline_data > > -- >8 -- > From 51c120612fdbc4

Re: [f2fs-dev] [PATCH v7] F2FS support

2016-02-22 Thread Jaegeuk Kim
Chang log from v6: o remove redundant filesize check in ->read o check consistency in ->open regarding to inline_data -- >8 -- From 51c120612fdbc4bc315e9c4c6e91ca888c3f3596 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Tue, 17 Nov 2015 12:45:13 -0800 Subject: [PATCH] F2FS support "F2FS (Fla