|
@@ -1854,7 +1854,7 @@ static inline void *f2fs_kvzalloc(size_t size, gfp_t flags)
|
|
int f2fs_sync_file(struct file *, loff_t, loff_t, int);
|
|
int f2fs_sync_file(struct file *, loff_t, loff_t, int);
|
|
void truncate_data_blocks(struct dnode_of_data *);
|
|
void truncate_data_blocks(struct dnode_of_data *);
|
|
int truncate_blocks(struct inode *, u64, bool);
|
|
int truncate_blocks(struct inode *, u64, bool);
|
|
-int f2fs_truncate(struct inode *, bool);
|
|
|
|
|
|
+int f2fs_truncate(struct inode *);
|
|
int f2fs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
|
int f2fs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
|
int f2fs_setattr(struct dentry *, struct iattr *);
|
|
int f2fs_setattr(struct dentry *, struct iattr *);
|
|
int truncate_hole(struct inode *, pgoff_t, pgoff_t);
|
|
int truncate_hole(struct inode *, pgoff_t, pgoff_t);
|