diff options
Diffstat (limited to 'fs/proc/base.c')
-rw-r--r-- | fs/proc/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/base.c b/fs/proc/base.c index 182845147fe4..d932fdb6a245 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c | |||
@@ -1744,7 +1744,7 @@ static int pid_revalidate(struct dentry *dentry, struct nameidata *nd) | |||
1744 | return 0; | 1744 | return 0; |
1745 | } | 1745 | } |
1746 | 1746 | ||
1747 | static int pid_delete_dentry(struct dentry * dentry) | 1747 | static int pid_delete_dentry(const struct dentry * dentry) |
1748 | { | 1748 | { |
1749 | /* Is the task we represent dead? | 1749 | /* Is the task we represent dead? |
1750 | * If so, then don't put the dentry on the lru list, | 1750 | * If so, then don't put the dentry on the lru list, |