more file_inode() open-coded instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
45e09bd51b
commit
6131ffaa1f
10 changed files with 38 additions and 45 deletions
|
@ -532,7 +532,7 @@ void fuse_request_send_background_locked(struct fuse_conn *fc,
|
|||
|
||||
void fuse_force_forget(struct file *file, u64 nodeid)
|
||||
{
|
||||
struct inode *inode = file->f_path.dentry->d_inode;
|
||||
struct inode *inode = file_inode(file);
|
||||
struct fuse_conn *fc = get_fuse_conn(inode);
|
||||
struct fuse_req *req;
|
||||
struct fuse_forget_in inarg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue