Re: [f2fs-dev] [PATCH] libf2fs: move the finalize_device() into the io lib.

2014-06-13 Thread Jaegeuk Kim
On Fri, Jun 13, 2014 at 01:25:20PM -0700, JP Abgrall wrote: > This is required so that libf2fs.c can be used against any kind > of device (E.g. an in-memory sparse file) just by linking against > something that provides the libf2fs_io.c functions. > > libf2fs is currently libf2fs.c + libf2fs_io.c

[f2fs-dev] [PATCH] libf2fs: move the finalize_device() into the io lib.

2014-06-13 Thread JP Abgrall
This is required so that libf2fs.c can be used against any kind of device (E.g. an in-memory sparse file) just by linking against something that provides the libf2fs_io.c functions. libf2fs is currently libf2fs.c + libf2fs_io.c Signed-off-by: JP Abgrall --- lib/libf2fs.c| 12 l