]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dcookies.c
fat: split include/msdos_fs.h
[linux-2.6-omap-h63xx.git] / fs / dcookies.c
index 13c29f1f711ff49900b5514312f97480a45b0017..855d4b1d619aec6244b182c3669b6efe2ec1f726 100644 (file)
@@ -171,7 +171,7 @@ asmlinkage long sys_lookup_dcookie(u64 cookie64, char __user * buf, size_t len)
                goto out;
 
        /* FIXME: (deleted) ? */
-       path = d_path(dcs->path.dentry, dcs->path.mnt, kbuf, PAGE_SIZE);
+       path = d_path(&dcs->path, kbuf, PAGE_SIZE);
 
        if (IS_ERR(path)) {
                err = PTR_ERR(path);