]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ext4/file.c
arm: imx: tx6: mfgtool defconfig
[karo-tx-linux.git] / fs / ext4 / file.c
index 708aad7681991368262332520f09f5490af848de..8695f70af1ef2046c2f68a24a5ed4e195cd6dc88 100644 (file)
@@ -57,7 +57,7 @@ static int ext4_release_file(struct inode *inode, struct file *filp)
        return 0;
 }
 
-void ext4_unwritten_wait(struct inode *inode)
+static void ext4_unwritten_wait(struct inode *inode)
 {
        wait_queue_head_t *wq = ext4_ioend_wq(inode);
 
@@ -237,6 +237,7 @@ static int ext4_file_open(struct inode * inode, struct file * filp)
                        handle = ext4_journal_start_sb(sb, EXT4_HT_MISC, 1);
                        if (IS_ERR(handle))
                                return PTR_ERR(handle);
+                       BUFFER_TRACE(sbi->s_sbh, "get_write_access");
                        err = ext4_journal_get_write_access(handle, sbi->s_sbh);
                        if (err) {
                                ext4_journal_stop(handle);