Browse Source

fs: cifs: new helper: file_inode(file)

Signed-off-by: Libo Chen <clbchenlibo.chen@huawei.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Libo Chen 11 years ago
parent
commit
2d4f84bd79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/cifs/ioctl.c

+ 1 - 1
fs/cifs/ioctl.c

@@ -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