diff options
Diffstat (limited to 'fs/proc/inode.c')
| -rw-r--r-- | fs/proc/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/inode.c b/fs/proc/inode.c index 8420a2f80811..13a50a32652d 100644 --- a/fs/proc/inode.c +++ b/fs/proc/inode.c | |||
| @@ -40,7 +40,7 @@ static void proc_evict_inode(struct inode *inode) | |||
| 40 | put_pid(PROC_I(inode)->pid); | 40 | put_pid(PROC_I(inode)->pid); |
| 41 | 41 | ||
| 42 | /* Let go of any associated proc directory entry */ | 42 | /* Let go of any associated proc directory entry */ |
| 43 | de = PROC_I(inode)->pde; | 43 | de = PDE(inode); |
| 44 | if (de) | 44 | if (de) |
| 45 | pde_put(de); | 45 | pde_put(de); |
| 46 | head = PROC_I(inode)->sysctl; | 46 | head = PROC_I(inode)->sysctl; |
