Re: [Tux3] logmap inode fix

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <tux3@...>
Cc: OGAWA Hirofumi <hirofumi@...>
Date: Wednesday, January 7, 2009 - 3:01 am

On Tuesday 06 January 2009 20:49, OGAWA Hirofumi wrote:

Ah, nice, so the log gets very close to just being a file. With
this, we can start adding logging code without segfaults. :-)

I wonder if we need to have an #ifdef LOG or something like that so we
can add logging functionality that might destabilize things, without
breaking the default build, which people may be trying out now?

The iattr passed here seem to be uninitialized:

sbi->logmap = tux_new_inode(sbi->rootdir, &iattr, 0);

Why not pass &(struct iattr){ }?

Regards,

Daniel

_______________________________________________
Tux3 mailing list
Tux3@tux3.org
http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[Tux3] logmap inode fix, OGAWA Hirofumi, (Wed Jan 7, 12:49 am)
[Tux3] CC tux3 in posts to lkml.., Pranith Kumar, (Fri Sep 26, 4:50 am)
Re: [Tux3] logmap inode fix, Daniel Phillips, (Wed Jan 7, 3:01 am)
Re: [Tux3] logmap inode fix, OGAWA Hirofumi, (Wed Jan 7, 3:37 am)
Re: [Tux3] logmap inode fix, Daniel Phillips, (Wed Jan 7, 5:23 am)
Re: [Tux3] logmap inode fix, OGAWA Hirofumi, (Wed Jan 7, 4:48 pm)
Re: [Tux3] logmap inode fix, OGAWA Hirofumi, (Wed Jan 7, 12:58 am)
Re: [Tux3] CC tux3 in posts to lkml.., Daniel Phillips, (Fri Sep 26, 2:50 pm)
Re: [Tux3] CC tux3 in posts to lkml.., Pranith Kumar, (Sat Sep 27, 5:28 am)