Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c68271c authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: use file_inode() in fuse_file_fallocate()



Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 7078187a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2884,7 +2884,7 @@ static long fuse_file_fallocate(struct file *file, int mode, loff_t offset,
				loff_t length)
{
	struct fuse_file *ff = file->private_data;
	struct inode *inode = file->f_inode;
	struct inode *inode = file_inode(file);
	struct fuse_inode *fi = get_fuse_inode(inode);
	struct fuse_conn *fc = ff->fc;
	FUSE_ARGS(args);