X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fcompat_ioctl.c;h=c6e72aebd16b43e7b16339cb69869472fccbdd24;hb=6188e10d38b8d7244ee7776d5f1f88c837b4b93f;hp=ee32c0eac7c1078576d1a17bfa03b11c45c4146c;hpb=5b39dba5029108800b94a5f4f96e3a05417103ac;p=mv-sheeva.git diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index ee32c0eac7c..c6e72aebd16 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -2853,7 +2853,7 @@ static void compat_ioctl_error(struct file *filp, unsigned int fd, /* find the name of the device. */ path = (char *)__get_free_page(GFP_KERNEL); if (path) { - fn = d_path(filp->f_path.dentry, filp->f_path.mnt, path, PAGE_SIZE); + fn = d_path(&filp->f_path, path, PAGE_SIZE); if (IS_ERR(fn)) fn = "?"; }