Re: [PATCH resend] ext2/3/4: convert byte order of constant instead of variable

2008-02-14 Thread Mingming Cao
On Thu, 2008-02-14 at 14:20 -0800, Andrew Morton wrote: > On Sun, 10 Feb 2008 11:10:15 +0100 > Marcin Slusarz <[EMAIL PROTECTED]> wrote: > > > fs/ext2/super.c |8 +++- > > fs/ext3/super.c |2 +- > > fs/ext4/super.c |2 +- > > Please don't bundle the filesystem patches in this mann

Re: [PATCH resend] ext2/3/4: convert byte order of constant instead of variable

2008-02-14 Thread Andrew Morton
On Sun, 10 Feb 2008 11:10:15 +0100 Marcin Slusarz <[EMAIL PROTECTED]> wrote: > fs/ext2/super.c |8 +++- > fs/ext3/super.c |2 +- > fs/ext4/super.c |2 +- Please don't bundle the filesystem patches in this manner. I split it into three patches. Thanks. - To unsubscribe from this

[PATCH resend] ext2/3/4: convert byte order of constant instead of variable

2008-02-10 Thread Marcin Slusarz
convert byte order of constant instead of variable which can be done at compile time (vs run time) ext3/4 bits are #if 0'ed, but someone might copy this code into other places Signed-off-by: Marcin Slusarz <[EMAIL PROTECTED]> --- fs/ext2/super.c |8 +++- fs/ext3/super.c |2 +- fs/ext4