ext3: Convert ext3 to new truncate calling convention
[firefly-linux-kernel-4.4.55.git] / include / linux / ext3_fs.h
index 5e06acf95d0f84271b637f41711749c6968a32b4..9aaa3a84d373b942cb4fb9aafe7e9f163d6a5d36 100644 (file)
@@ -913,7 +913,7 @@ extern void ext3_dirty_inode(struct inode *, int);
 extern int ext3_change_inode_journal_flag(struct inode *, int);
 extern int ext3_get_inode_loc(struct inode *, struct ext3_iloc *);
 extern int ext3_can_truncate(struct inode *inode);
-extern void ext3_truncate (struct inode *);
+extern void ext3_truncate(struct inode *inode);
 extern void ext3_set_inode_flags(struct inode *);
 extern void ext3_get_inode_flags(struct ext3_inode_info *);
 extern void ext3_set_aops(struct inode *inode);