diff options
Diffstat (limited to 'fs/dcookies.c')
-rw-r--r-- | fs/dcookies.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dcookies.c b/fs/dcookies.c index 13c29f1f711f..855d4b1d619a 100644 --- a/fs/dcookies.c +++ b/fs/dcookies.c | |||
@@ -171,7 +171,7 @@ asmlinkage long sys_lookup_dcookie(u64 cookie64, char __user * buf, size_t len) | |||
171 | goto out; | 171 | goto out; |
172 | 172 | ||
173 | /* FIXME: (deleted) ? */ | 173 | /* FIXME: (deleted) ? */ |
174 | path = d_path(dcs->path.dentry, dcs->path.mnt, kbuf, PAGE_SIZE); | 174 | path = d_path(&dcs->path, kbuf, PAGE_SIZE); |
175 | 175 | ||
176 | if (IS_ERR(path)) { | 176 | if (IS_ERR(path)) { |
177 | err = PTR_ERR(path); | 177 | err = PTR_ERR(path); |