Re: [PATCH 1/4] befs: dump inode_size superblock information

2016-08-11 Thread Salah Triki
On Thu, Aug 11, 2016 at 11:03:47AM +0100, Luis de Bethencourt wrote: > On 10/08/16 22:41, Salah Triki wrote: > > On Tue, Aug 09, 2016 at 11:01:23PM +0100, Luis de Bethencourt wrote: > >> befs_dump_super_block() wasn't giving the inode_size information when > >> dumping all elements of the superbloc

Re: [PATCH 1/4] befs: dump inode_size superblock information

2016-08-11 Thread Luis de Bethencourt
On 10/08/16 22:41, Salah Triki wrote: > On Tue, Aug 09, 2016 at 11:01:23PM +0100, Luis de Bethencourt wrote: >> befs_dump_super_block() wasn't giving the inode_size information when >> dumping all elements of the superblock. Add this element to have complete >> information of the superblock. >> >>

Re: [PATCH 1/4] befs: dump inode_size superblock information

2016-08-10 Thread Salah Triki
On Tue, Aug 09, 2016 at 11:01:23PM +0100, Luis de Bethencourt wrote: > befs_dump_super_block() wasn't giving the inode_size information when > dumping all elements of the superblock. Add this element to have complete > information of the superblock. > > Signed-off-by: Luis de Bethencourt > --- >

[PATCH 1/4] befs: dump inode_size superblock information

2016-08-09 Thread Luis de Bethencourt
befs_dump_super_block() wasn't giving the inode_size information when dumping all elements of the superblock. Add this element to have complete information of the superblock. Signed-off-by: Luis de Bethencourt --- Hi, This is a series of superblock information related changes. Thanks, Luis f