]> err.no Git - linux-2.6/blobdiff - fs/ext3/inode.c
Char: icom, mark __init as __devinit
[linux-2.6] / fs / ext3 / inode.c
index 03ba5bcab18633725372096cd94c9e52b6aa83cc..a5b150f7e8a2ccb0a46957241ef90e3be0932fe0 100644 (file)
@@ -947,7 +947,7 @@ out:
 static int ext3_get_block(struct inode *inode, sector_t iblock,
                        struct buffer_head *bh_result, int create)
 {
-       handle_t *handle = journal_current_handle();
+       handle_t *handle = ext3_journal_current_handle();
        int ret = 0;
        unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
 
@@ -1652,7 +1652,7 @@ static ssize_t ext3_direct_IO(int rw, struct kiocb *iocb,
        /*
         * Reacquire the handle: ext3_get_block() can restart the transaction
         */
-       handle = journal_current_handle();
+       handle = ext3_journal_current_handle();
 
 out_stop:
        if (handle) {