[PATCH] fs: cifs: new helper: file_inode(file)

Steve French smfrench at gmail.com
Sun May 11 22:08:50 MDT 2014


merged into cifs-2.6.git for-next

On Tue, Dec 10, 2013 at 9:02 PM, Libo Chen <clbchenlibo.chen at huawei.com> wrote:
>
> Signed-off-by: Libo Chen <clbchenlibo.chen at huawei.com>
> ---
>  fs/cifs/ioctl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/cifs/ioctl.c b/fs/cifs/ioctl.c
> index 7749230..45cb59b 100644
> --- a/fs/cifs/ioctl.c
> +++ b/fs/cifs/ioctl.c
> @@ -85,7 +85,7 @@ static long cifs_ioctl_clone(unsigned int xid, struct file *dst_file,
>                 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
> --
> 1.8.2.2
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Thanks,

Steve


More information about the samba-technical mailing list