ext4: use ext4_debug() instead of jbd_debug()
[platform/kernel/linux-rpi.git] / fs / ext4 / indirect.c
index f48b3a8..9813cc4 100644 (file)
@@ -467,7 +467,7 @@ static int ext4_splice_branch(handle_t *handle,
                 * the new i_size.  But that is not done here - it is done in
                 * generic_commit_write->__mark_inode_dirty->ext4_dirty_inode.
                 */
-               jbd_debug(5, "splicing indirect only\n");
+               ext4_debug("splicing indirect only\n");
                BUFFER_TRACE(where->bh, "call ext4_handle_dirty_metadata");
                err = ext4_handle_dirty_metadata(handle, ar->inode, where->bh);
                if (err)
@@ -479,7 +479,7 @@ static int ext4_splice_branch(handle_t *handle,
                err = ext4_mark_inode_dirty(handle, ar->inode);
                if (unlikely(err))
                        goto err_out;
-               jbd_debug(5, "splicing direct\n");
+               ext4_debug("splicing direct\n");
        }
        return err;