Re: [U-Boot] [PATCH 02/11] fs: Fully populate the filesystem method struct

2013-03-01 Thread Tom Rini
On Wed, Dec 26, 2012 at 11:53:29AM -0800, Simon Glass wrote: > There is a structure in fs.c with just a probe method. By adding methods > for other operations, we can avoid lots of #ifdefs and switch()s. As a > first step, create the structure ready for use. > > Signed-off-by: Simon Glass Revie

[U-Boot] [PATCH 02/11] fs: Fully populate the filesystem method struct

2012-12-26 Thread Simon Glass
There is a structure in fs.c with just a probe method. By adding methods for other operations, we can avoid lots of #ifdefs and switch()s. As a first step, create the structure ready for use. Signed-off-by: Simon Glass --- fs/fs.c | 56 +++-