Re: [U-Boot] [PATCH V3 12/12] fat: implement exists() for FAT fs

2014-01-31 Thread Simon Glass
On 27 January 2014 13:50, Stephen Warren wrote: > From: Stephen Warren > > This hooks into the generic "file exists" support added in an earlier > patch, and provides an implementation for the FAT filesystem. > > Signed-off-by: Stephen Warren Acked-by: Simon Glass _

[U-Boot] [PATCH V3 12/12] fat: implement exists() for FAT fs

2014-01-27 Thread Stephen Warren
From: Stephen Warren This hooks into the generic "file exists" support added in an earlier patch, and provides an implementation for the FAT filesystem. Signed-off-by: Stephen Warren --- v3: * s/ext/fat/ in the commit description too:-( * Invert return value of exists(), per change to previous