Re: How to interprete ReiserFS warnings?

2007-01-30 Thread Tanel Kokk
t found (pos 1) >> >> reiserfsck /dev/cciss/c1d0p6 didn't find any errors. >> > the above warnings indicate some kind of corruptions: file inode was not > found in storage tree. > > So, as long as reiserfsck does not find anything something does not work as &g

How to interprete ReiserFS warnings?

2007-01-30 Thread Tanel Kokk
There are reiserfs warning messages in dmesg: ReiserFS: cciss/c1d0p6: warning: vs-13060: reiserfs_update_sd: stat data of object [454 231 0x0 SD] (nlink == 1) not found (pos 1) ReiserFS: cciss/c1d0p6: warning: vs-13060: reiserfs_update_sd: stat data of object [454 231 0x0 SD] (nlink == 1) not foun

[PATCH 02/05] reiserfs: make some warnings informational

2006-06-15 Thread Jeff Mahoney
In several places, reiserfs_warning is used when there is no warning, just a notice. This patch changes some of them to indicate that the message is merely informational. Signed-off-by: Jeff Mahoney <[EMAIL PROTECTED]> -- fs/reiserfs/bitmap.c |4 ++-- fs/reiserfs/super.c | 14 ++--

Re: [FYI]: Two compiler warnings in fs/reiser4/plugin/object.c with gcc-4.1.0

2006-05-16 Thread Christian Trefzer
On Tue, May 16, 2006 at 01:35:24PM +0400, Vladimir V. Saveliev wrote: > > What versions of linux and reiser4 do you compile? > Oh, and reiser4 was reiser4-for-2.6.16-2 plus a few fixes: 01-reiser4-for-2.6.16-2.patch 02-reiser4-avoid-out-of-memory-question-bug.patch 03-reiser4-radix-tree-direct-d

Re: [FYI]: Two compiler warnings in fs/reiser4/plugin/object.c with gcc-4.1.0

2006-05-16 Thread Christian Trefzer
On Tue, May 16, 2006 at 01:35:24PM +0400, Vladimir V. Saveliev wrote: > Hello > > On Mon, 2006-05-15 at 16:53 +0200, Christian Trefzer wrote: > > fs/reiser4/plugin/object.c:120: Warnung: Initialisierung von inkompatiblem > > Zeigertyp > > fs/reiser4/plugin/object.c:320: Warnung: Initialisierung v

Re: [FYI]: Two compiler warnings in fs/reiser4/plugin/object.c with gcc-4.1.0

2006-05-16 Thread Vladimir V. Saveliev
Hello On Mon, 2006-05-15 at 16:53 +0200, Christian Trefzer wrote: > fs/reiser4/plugin/object.c:120: Warnung: Initialisierung von inkompatiblem > Zeigertyp > fs/reiser4/plugin/object.c:320: Warnung: Initialisierung von inkompatiblem > Zeigertyp > > (in english: Warning: initialization from incom

[FYI]: Two compiler warnings in fs/reiser4/plugin/object.c with gcc-4.1.0

2006-05-15 Thread Christian Trefzer
fs/reiser4/plugin/object.c:120: Warnung: Initialisierung von inkompatiblem Zeigertyp fs/reiser4/plugin/object.c:320: Warnung: Initialisierung von inkompatiblem Zeigertyp (in english: Warning: initialization from incompatible pointer type) file_plugin file_plugins[LAST_FILE_PLUGIN_ID] = {

Re: can anybody check that the attached patch eliminates reiser4 compilation warnings on 64bit platforms?

2006-04-06 Thread Brian Uhrain
an find my email with the patch at http://lkml.org/lkml/mbox/2006/4/5/69 - Brian BTW, your patch to silence the printf-style format string argument warnings looks fine to me. :)

can anybody check that the attached patch eliminates reiser4 compilation warnings on 64bit platforms?

2006-04-06 Thread Alexander Zarochentsev
hello, would you please help to check the attached patch (for 2.6.17-rc1-mm1) because our Alpha does not want to boot now. the warning were: fs/reiser4/jnode.c: In function `info_jnode': fs/reiser4/jnode.c:1923: warning: long long unsigned int format, __u64 arg (arg 2) fs/reiser4/key.c: In fun

Re: warnings

2005-08-13 Thread Vladimir V. Saveliev
Hello Danny wrote: I was compiling the very big open office and I ran out of disk space when I ran across this warnings. You should ignore these warnings if you do not notice other problems. You may want to free some disk space, though. I was told it looks like a problem with disk space

warnings

2005-08-12 Thread Danny
I was compiling the very big open office and I ran out of disk space when I ran across this warnings. I was told it looks like a problem with disk space reservation. I'm using the vanilla Linux kernel version 2.6.9 with the reiser4 patch I downloaded on April 20, 2005. Aug 12 14:25:51 [k

reiser4 build warnings due to new -Wundef flags in -rc3-mm2

2005-07-27 Thread Hemiplegic Menehune
Hi, In reiser4 there are a number of warnings caused by the new -Wundef flag in the latest -mm kernel: In file included from fs/reiser4/plugin/plugin.h:26, from fs/reiser4/jnode.h:19, from fs/reiser4/lock.h:16, from fs/reiser4/context.h:15

[PATCH 2/5] reiserfs: make some warnings informational

2005-07-18 Thread Jeff Mahoney
In several places, reiserfs_warning is used when there is no warning, just a notice. This patch changes some of them to indicate that the message is merely informational. Signed-off-by: Jeff Mahoney <[EMAIL PROTECTED]> diff -ruNpX dontdiff linux-2.6.13-rc3.1/fs/reiserfs/bitmap.c linux-2.6.13-

[PATCH 5/5] reiserfs: convert warnings into errors TESTING ONLY

2005-07-18 Thread Jeff Mahoney
A number of warnings in reiserfs are technically errors, but no facility existed to handle them. With the introduction of reiserfs_error(), the facility exists. NOTE: This is an incomplete patch for testing and comment only. Locking conditions have not been fully tested and there are cases

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. >

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_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