diff options
Diffstat (limited to 'libbcachefs/fs-io.h')
-rw-r--r-- | libbcachefs/fs-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/fs-io.h b/libbcachefs/fs-io.h index a8835298..af905331 100644 --- a/libbcachefs/fs-io.h +++ b/libbcachefs/fs-io.h @@ -30,7 +30,7 @@ ssize_t bch2_write_iter(struct kiocb *, struct iov_iter *); int bch2_fsync(struct file *, loff_t, loff_t, int); -int bch2_truncate(struct user_namespace *, +int bch2_truncate(struct mnt_idmap *, struct bch_inode_info *, struct iattr *); long bch2_fallocate_dispatch(struct file *, int, loff_t, loff_t); |