
Hi Stephen,
On Wednesday, October 17, 2012 6:44:59 PM, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
This makes the FAT filesystem API more consistent with other block-based filesystems. If in the future standard multi-filesystem commands such as "ls" or "load" are implemented, having FAT work the same way as other filesystems will be necessary.
Convert cmd_fat.c to the new API, so the code looks more like other files implementing the same commands for other filesystems.
Signed-off-by: Stephen Warren swarren@nvidia.com Reviewed-by: Benoît Thébaudeau benoit.thebaudeau@advansee.com
v4: No change (just rebased). v3: Rebase on new fat.c cleanup patch. v2: Fix inverted test of get_partition_info() result in fat_register_device().
[...]
I'm still fine with the V4 of this series: Reviewed-by: Benoît Thébaudeau benoit.thebaudeau@advansee.com
Best regards, Benoît