[U-Boot] [PATCH 2/4] UBIFS: Add ubifsumount command to unmount an active volume
Ben Gardiner
bengardiner at nanometrics.ca
Fri Oct 29 16:00:44 CEST 2010
On Thu, Oct 28, 2010 at 8:09 AM, Stefan Roese <sr at denx.de> wrote:
> This new ubifsumount command allows the user to unmount a previously
> mounted UBIFS volume.
>
> Signed-off-by: Stefan Roese <sr at denx.de>
Applies to 908614f20f7f0f5df736eed21b88e81ebbf14e86 of
git://git.denx.de/u-boot.git.
Two checkpatch warnings:
WARNING: externs should be avoided in .c files
#92: FILE: common/cmd_ubifs.c:41:
+extern struct super_block *ubifs_sb;
WARNING: externs should be avoided in .c files
#97: FILE: common/cmd_ubifs.c:46:
+void ubifs_umount(struct ubifs_info *c);
total: 0 errors, 2 warnings, 63 lines checked
Tested on da850evm with NAND, env.oob enabled. I was able to
ubifumount after a ubifsload.
Tested-by: Ben Gardiner <bengardiner at nanometrics.ca>
Best Regards,
Ben Gardiner
---
Nanometrics Inc.
http://www.nanometrics.ca
More information about the U-Boot
mailing list