Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74785
b: refs/heads/master
c: 3790ee4
h: refs/heads/master
i:
  74783: a76b717
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Dec 11, 2007
1 parent 9300fee commit 2febef4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d84248bf46582a406116c55b94405c05193773b1
refs/heads/master: 3790ee4bd86396558eedd86faac1052cb782e4e1
7 changes: 0 additions & 7 deletions trunk/fs/proc/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,16 +374,9 @@ static int proc_delete_dentry(struct dentry * dentry)
return 1;
}

static int proc_revalidate_dentry(struct dentry *dentry, struct nameidata *nd)
{
d_drop(dentry);
return 0;
}

static struct dentry_operations proc_dentry_operations =
{
.d_delete = proc_delete_dentry,
.d_revalidate = proc_revalidate_dentry,
};

/*
Expand Down

0 comments on commit 2febef4

Please sign in to comment.