mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Strange reiserfs 3.6 msg warning.
@ 2004-09-16 23:55 Panos Polychronis
  2004-09-17 15:32 ` Oleg Drokin
  0 siblings, 1 reply; 2+ messages in thread
From: Panos Polychronis @ 2004-09-16 23:55 UTC (permalink / raw)
  To: linux-kernel

hello i'm running 2.6.8.1-ck7 (reiserfs 3.6) and i got this message

Sep 17 00:53:26 phobos kernel: ReiserFS: hda1: warning: vs-8115: get_num_ver: not directory item
can anyone explain me what is this and if is something dangerous ?
thanks :)
-- 
______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Strange reiserfs 3.6 msg warning.
  2004-09-16 23:55 Strange reiserfs 3.6 msg warning Panos Polychronis
@ 2004-09-17 15:32 ` Oleg Drokin
  0 siblings, 0 replies; 2+ messages in thread
From: Oleg Drokin @ 2004-09-17 15:32 UTC (permalink / raw)
  To: maxsoft, mason, linux-kernel

"Panos Polychronis" <maxsoft@linuxmail.org> wrote:
PP> hello i'm running 2.6.8.1-ck7 (reiserfs 3.6) and i got this message
PP> Sep 17 00:53:26 phobos kernel: ReiserFS: hda1: warning: vs-8115: get_num_ver: not directory item
PP> can anyone explain me what is this and if is something dangerous ?

This is totally harmless, you can silence the warning with below patch
(somehow it was lost on its way to Linus, it seems).

Bye,
    Oleg

===== fs/reiserfs/fix_node.c 1.35 vs edited =====
--- 1.35/fs/reiserfs/fix_node.c	2004-05-10 14:25:42 +03:00
+++ edited/fs/reiserfs/fix_node.c	2004-06-22 20:11:26 +03:00
@@ -510,9 +510,10 @@
 	// s2bytes
 	snum012[4] = op_unit_num (&vn->vn_vi[split_item_num]) - snum012[4] - bytes_to_r - bytes_to_l - bytes_to_S1new;
 
-	if (vn->vn_vi[split_item_num].vi_index != TYPE_DIRENTRY)
+	if (vn->vn_vi[split_item_num].vi_index != TYPE_DIRENTRY &&
+	    vn->vn_vi[split_item_num].vi_index != TYPE_INDIRECT)
 	    reiserfs_warning (tb->tb_sb, "vs-8115: get_num_ver: not "
-			      "directory item");
+			      "directory or indirect item");
     }
 
     /* now we know S2bytes, calculate S1bytes */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-17 16:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-16 23:55 Strange reiserfs 3.6 msg warning Panos Polychronis
2004-09-17 15:32 ` Oleg Drokin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®