Re: [U-Boot] [PATCH V2 1/5] fs: fix generic save command implementation

2014-01-27 Thread Stephen Warren
On 01/26/2014 08:26 AM, Simon Glass wrote: > On 23 January 2014 12:56, Stephen Warren > wrote: > > From: Stephen Warren mailto:swar...@nvidia.com>> > > Fix a few issues with the generic "save" shell command, and fs_write() > function. ... > > Not sure a

Re: [U-Boot] [PATCH V2 1/5] fs: fix generic save command implementation

2014-01-26 Thread Simon Glass
On 23 January 2014 12:56, Stephen Warren wrote: > From: Stephen Warren > > Fix a few issues with the generic "save" shell command, and fs_write() > function. > > 1) fstypes[].write wasn't filled in for some file-systems, and isn't >checked when used, which could cause crashes/... if executin

[U-Boot] [PATCH V2 1/5] fs: fix generic save command implementation

2014-01-23 Thread Stephen Warren
From: Stephen Warren Fix a few issues with the generic "save" shell command, and fs_write() function. 1) fstypes[].write wasn't filled in for some file-systems, and isn't checked when used, which could cause crashes/... if executing save on e.g. fat/ext filesystems. 2) fs_write() requires