diff options
Diffstat (limited to 'fs/proc/generic.c')
-rw-r--r-- | fs/proc/generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/generic.c b/fs/proc/generic.c index 51fcb201e289..c0ad720c37b9 100644 --- a/fs/proc/generic.c +++ b/fs/proc/generic.c | |||
@@ -346,7 +346,7 @@ void proc_free_inum(unsigned int inum) | |||
346 | 346 | ||
347 | static void *proc_follow_link(struct dentry *dentry, struct nameidata *nd) | 347 | static void *proc_follow_link(struct dentry *dentry, struct nameidata *nd) |
348 | { | 348 | { |
349 | nd_set_link(nd, PDE(dentry->d_inode)->data); | 349 | nd_set_link(nd, PDE_DATA(dentry->d_inode)); |
350 | return NULL; | 350 | return NULL; |
351 | } | 351 | } |
352 | 352 | ||