Re: [RFC 03/11] slim down debugfs

2008-02-24 Thread Arnd Bergmann
On Saturday 23 February 2008, Al Viro wrote: > > +config LIBFS > > + tristate > > + default m > > + help > > +   libfs is a helper library used by many of the simpler file > > +   systems. Parts of libfs can be modular when all of its users > > +   are modules as well, and t

Re: [RFC 03/11] slim down debugfs

2008-02-23 Thread Hugh Dickins
On Sat, 23 Feb 2008, Al Viro wrote: > On Tue, Feb 19, 2008 at 05:04:38AM +0100, Arnd Bergmann wrote: > > With most of debugfs now copied to generic code in libfs, > > we can remove the original copy and replace it with thin > > wrappers around libfs. > > > > Signed-off-by: Arnd Bergmann <[EMAIL PR

Re: [RFC 03/11] slim down debugfs

2008-02-23 Thread Al Viro
On Tue, Feb 19, 2008 at 05:04:38AM +0100, Arnd Bergmann wrote: > With most of debugfs now copied to generic code in libfs, > we can remove the original copy and replace it with thin > wrappers around libfs. > > Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> > Index: linux-2.6/fs/Kconfig > ==

[RFC 03/11] slim down debugfs

2008-02-18 Thread Arnd Bergmann
With most of debugfs now copied to generic code in libfs, we can remove the original copy and replace it with thin wrappers around libfs. Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> Index: linux-2.6/fs/Kconfig === --- linux-2.6.o