Re: [PATCH] reiserfs: fix a few 'empty body in an if-statement' warnings.

2005-04-15 Thread Jesper Juhl
On Thu, 14 Apr 2005, Randy.Dunlap wrote: > On Fri, 15 Apr 2005 02:58:54 +0200 (CEST) Jesper Juhl wrote: > > | When building with gcc -W fs/reiserfs/namei.c:602 has a few warnings > | about 'empty body in an if-statement'. This patch silences those warnings. > > So fix include/linux/reiserfs_x

Re: [PATCH] reiserfs: fix a few 'empty body in an if-statement' warnings.

2005-04-14 Thread Randy.Dunlap
On Fri, 15 Apr 2005 02:58:54 +0200 (CEST) Jesper Juhl wrote: | When building with gcc -W fs/reiserfs/namei.c:602 has a few warnings | about 'empty body in an if-statement'. This patch silences those warnings. So fix include/linux/reiserfs_xattr.h: change #define reiserfs_mark_inode_private(ino

[PATCH] reiserfs: fix a few 'empty body in an if-statement' warnings.

2005-04-14 Thread Jesper Juhl
When building with gcc -W fs/reiserfs/namei.c:602 has a few warnings about 'empty body in an if-statement'. This patch silences those warnings. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- linux-2.6.12-rc2-mm3-orig/fs/reiserfs/namei.c 2005-04-11 21:20:55.0 +0200 +++ linux-