Re: [RFC] fs: move super_block and inode definitions to central fs.h header

2016-01-25 Thread Yegor Yefremov
On Mon, Jan 25, 2016 at 9:47 AM, Sascha Hauer wrote: > On Mon, Jan 25, 2016 at 09:40:26AM +0100, Yegor Yefremov wrote: >> On Mon, Jan 25, 2016 at 9:20 AM, Sascha Hauer wrote: >> > On Sun, Jan 24, 2016 at 08:55:22PM +0100, Yegor Yefremov wrote: >> >> On Sun, Jan 24, 2016 at 8:24 PM, Yegor Yefremov

Re: [RFC] fs: move super_block and inode definitions to central fs.h header

2016-01-25 Thread Sascha Hauer
On Mon, Jan 25, 2016 at 09:40:26AM +0100, Yegor Yefremov wrote: > On Mon, Jan 25, 2016 at 9:20 AM, Sascha Hauer wrote: > > On Sun, Jan 24, 2016 at 08:55:22PM +0100, Yegor Yefremov wrote: > >> On Sun, Jan 24, 2016 at 8:24 PM, Yegor Yefremov > >> wrote: > >> > Both super_block and inode are common

Re: [RFC] fs: move super_block and inode definitions to central fs.h header

2016-01-25 Thread Yegor Yefremov
On Mon, Jan 25, 2016 at 9:20 AM, Sascha Hauer wrote: > On Sun, Jan 24, 2016 at 08:55:22PM +0100, Yegor Yefremov wrote: >> On Sun, Jan 24, 2016 at 8:24 PM, Yegor Yefremov >> wrote: >> > Both super_block and inode are common to various file systems, so >> > move them to the central place. >> > >> >

Re: [RFC] fs: move super_block and inode definitions to central fs.h header

2016-01-25 Thread Sascha Hauer
On Sun, Jan 24, 2016 at 08:55:22PM +0100, Yegor Yefremov wrote: > On Sun, Jan 24, 2016 at 8:24 PM, Yegor Yefremov > wrote: > > Both super_block and inode are common to various file systems, so > > move them to the central place. > > > > Signed-off-by: Yegor Yefremov > > --- > > fs/ubifs/ubifs.h

Re: [RFC] fs: move super_block and inode definitions to central fs.h header

2016-01-24 Thread Yegor Yefremov
On Sun, Jan 24, 2016 at 8:24 PM, Yegor Yefremov wrote: > Both super_block and inode are common to various file systems, so > move them to the central place. > > Signed-off-by: Yegor Yefremov > --- > fs/ubifs/ubifs.h | 134 > +-- > include/fs.h

[RFC] fs: move super_block and inode definitions to central fs.h header

2016-01-24 Thread Yegor Yefremov
Both super_block and inode are common to various file systems, so move them to the central place. Signed-off-by: Yegor Yefremov --- fs/ubifs/ubifs.h | 134 +-- include/fs.h | 134 +++ 2 fi