[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#352292: kernel-source-2.6.8: ReiserFS reports vs-8115: get_num_ver: not directory item



Package: kernel-source-2.6.8
Version: 2.6.8-16sarge1
Severity: normal
Tags: patch


This is a known issue with Kernel 2.6.8.

See http://www.ussg.iu.edu/hypermail/linux/kernel/0409.2/0550.html

Which has the following patch:

===== 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 */
-


-- System Information:
Debian Release: 3.1
Architecture: i386 (i586)
Kernel: Linux 2.6.8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kernel-source-2.6.8 depends on:
ii  binutils                      2.15-6     The GNU assembler, linker and bina
ii  bzip2                         1.0.2-7    high-quality block-sorting file co
ii  coreutils [fileutils]         5.2.1-2    The GNU core utilities

-- no debconf information



Reply to: