patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / fs / reiserfs / lbalance.c
index 37c3b0f..b1cef22 100644 (file)
@@ -1210,10 +1210,10 @@ void    leaf_paste_entries (
       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)",
                          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)",
                          ih, i, deh + i, deh + i + 1);
     }
   }