[PATCH] volume_id: add f2fs detection

Sven-Göran Bergh svengbergh-busybox at yahoo.com
Mon Jan 14 13:08:58 UTC 2013



2013-01-14 02:32, Denys Vlasenko <vda.linux at googlemail.com>:

> 
> On Sunday 13 January 2013 18:19, Sven-Göran Bergh wrote:
>>  This patch adds the emerging f2fs as a recognized
>>  filesystem by blkid.
> 
> 
> f2fs: introduce flash-friendly file system
> From:          김재극 <jaegeuk.kim at samsung.com>
> Subject:          [PATCH 00/16] f2fs: introduce flash-friendly file system
> Date:          Fri, 05 Oct 2012 20:55:07 +0900
> 
> ^^^^^^^^^^^^^^^^^
> It is a little bit too emerging at the moment :)
> 
> Let's wait a few months to see where it is going, is it well received etc?

It is currently included in kernel 3.8.rc3, but I see your point.

> The patch per se looks good.
> 
> Please use "new-style" kbuild integration: instead of this line
> in util-linux/volume_id/Kbuild.src:
> 
> lib-$(CONFIG_FEATURE_VOLUMEID_F2FS)             += f2fs.o
> 
> use a
> 
> //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_F2FS) += f2fs.o
> 
> line in util-linux/volume_id/f2fs.c

That looks neat! (I have to read up on the new kbuild style)
I will re-post a revised patch in say 2 months.

Thanks
/S-G



More information about the busybox mailing list