Re: [OpenWrt-Devel] [PATCH] fstools: add reusable function for getting fs type txt

2016-02-12 Thread John Crispin
Hi Tymon, few comments inline On 31/01/2016 14:01, tymon wrote: > > Add 'volume_identity_txt()' function so that we can use it to print the > coressponding fs > type as 'char *' type when we need. > > Signed-off-by: tymon > --- > libfstools/overlay.c | 10

[OpenWrt-Devel] [PATCH] fstools: add reusable function for getting fs type txt

2016-01-31 Thread tymon
Add 'volume_identity_txt()' function so that we can use it to print the coressponding fs type as 'char *' type when we need. Signed-off-by: tymon --- libfstools/overlay.c | 10 ++ libfstools/volume.c | 14 ++ libfstools/volume.h |2 ++