patch-2.4.22 linux-2.4.22/fs/reiserfs/lbalance.c
Next file: linux-2.4.22/fs/reiserfs/namei.c
Previous file: linux-2.4.22/fs/reiserfs/journal.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/fs/reiserfs/lbalance.c
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.21/fs/reiserfs/lbalance.c linux-2.4.22/fs/reiserfs/lbalance.c
@@ -1209,10 +1209,10 @@
prev = (i != 0) ? deh_location( &(deh[i - 1]) ) : 0;
if (prev && prev <= deh_location( &(deh[i])))
- reiserfs_warning ("vs-10240: leaf_paste_entries: directory item (%h) corrupted (prev %a, cur(%d) %a)\n",
+ reiserfs_warning (NULL, "vs-10240: leaf_paste_entries: directory item (%h) corrupted (prev %a, cur(%d) %a)\n",
ih, deh + i - 1, i, deh + i);
if (next && next >= deh_location( &(deh[i])))
- reiserfs_warning ("vs-10250: leaf_paste_entries: directory item (%h) corrupted (cur(%d) %a, next %a)\n",
+ reiserfs_warning (NULL, "vs-10250: leaf_paste_entries: directory item (%h) corrupted (cur(%d) %a, next %a)\n",
ih, i, deh + i, deh + i + 1);
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)