X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Freiserfs%2Flbalance.c;h=b1cef222ab8bd548dc87d6bdf72058faafb551d0;hb=746550cff061581f89c687ada8523670768364f2;hp=37c3b0f45196a18fc5f61476a396cba8be025842;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/fs/reiserfs/lbalance.c b/fs/reiserfs/lbalance.c index 37c3b0f45..b1cef222a 100644 --- a/fs/reiserfs/lbalance.c +++ b/fs/reiserfs/lbalance.c @@ -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); } }