Re: [PATCH] ocfs2: convert byte order of constant instead of variable

2007-12-31 Thread Mark Fasheh
On Tue, Dec 25, 2007 at 03:52:59PM +0100, Marcin Slusarz wrote: > convert byte order of constant instead of variable > it will be done at compile time (vs run time) > remove unused le32_and_cpu Ok, this looks good. I'll put it in ocfs2.git later today. --Mark -- Mark Fasheh Principal

Re: [PATCH] ocfs2: convert byte order of constant instead of variable

2007-12-31 Thread Mark Fasheh
On Tue, Dec 25, 2007 at 03:52:59PM +0100, Marcin Slusarz wrote: convert byte order of constant instead of variable it will be done at compile time (vs run time) remove unused le32_and_cpu Ok, this looks good. I'll put it in ocfs2.git later today. --Mark -- Mark Fasheh Principal

[PATCH] ocfs2: convert byte order of constant instead of variable

2007-12-25 Thread Marcin Slusarz
convert byte order of constant instead of variable it will be done at compile time (vs run time) remove unused le32_and_cpu Signed-off-by: Marcin Slusarz <[EMAIL PROTECTED]> CC: Mark Fasheh <[EMAIL PROTECTED]> CC: Kurt Hackel <[EMAIL PROTECTED]> --- fs/ocfs2/endian.h |5 -

[PATCH] ocfs2: convert byte order of constant instead of variable

2007-12-25 Thread Marcin Slusarz
convert byte order of constant instead of variable it will be done at compile time (vs run time) remove unused le32_and_cpu Signed-off-by: Marcin Slusarz [EMAIL PROTECTED] CC: Mark Fasheh [EMAIL PROTECTED] CC: Kurt Hackel [EMAIL PROTECTED] --- fs/ocfs2/endian.h |5 - fs/ocfs2/inode.c |