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

Commit 2d4f84bd authored by Libo Chen's avatar Libo Chen Committed by Steve French
Browse files

fs: cifs: new helper: file_inode(file)

parent 4f73c7d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -85,7 +85,7 @@ static long cifs_ioctl_clone(unsigned int xid, struct file *dst_file,
		goto out_fput;
		goto out_fput;
	}
	}


	src_inode = src_file.file->f_dentry->d_inode;
	src_inode = file_inode(src_file.file);


	/*
	/*
	 * Note: cifs case is easier than btrfs since server responsible for
	 * Note: cifs case is easier than btrfs since server responsible for