Merge remote-tracking branches 'regulator/topic/mt6397', 'regulator/topic/of', 'regul...
[deliverable/linux.git] / fs / ocfs2 / journal.h
index f4cd3c3e9fb70d708d57a3d8dc15f92492e4ea12..497a4171ef61f6209a32303530b79c72439962cf 100644 (file)
@@ -619,7 +619,7 @@ static inline int ocfs2_calc_tree_trunc_credits(struct super_block *sb,
 
 static inline int ocfs2_jbd2_file_inode(handle_t *handle, struct inode *inode)
 {
-       return jbd2_journal_file_inode(handle, &OCFS2_I(inode)->ip_jinode);
+       return jbd2_journal_inode_add_write(handle, &OCFS2_I(inode)->ip_jinode);
 }
 
 static inline int ocfs2_begin_ordered_truncate(struct inode *inode,
This page took 0.02572 seconds and 5 git commands to generate.