This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / reiserfs / do_balan.c
index 5423bf0..4faa486 100644 (file)
@@ -1341,7 +1341,7 @@ static void check_internal_node (struct super_block * s, struct buffer_head * bh
 
 static int locked_or_not_in_tree (struct buffer_head * bh, char * which)
 {
-  if ( (!buffer_journal_prepared (bh) && buffer_locked (bh)) ||
+  if ( (!reiserfs_buffer_prepared(bh) && buffer_locked (bh)) ||
         !B_IS_IN_TREE (bh) ) {
     reiserfs_warning (NULL, "vs-12339: locked_or_not_in_tree: %s (%b)",
                       which, bh);