git://git.onelab.eu
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f81fdbf
)
- sync to fedora branch
author
Mark Huang
<mlhuang@cs.princeton.edu>
Sat, 20 Aug 2005 22:46:28 +0000
(22:46 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Sat, 20 Aug 2005 22:46:28 +0000
(22:46 +0000)
fs/proc/generic.c
patch
|
blob
|
history
diff --git
a/fs/proc/generic.c
b/fs/proc/generic.c
index
e4297b1
..
18b5fb3
100644
(file)
--- a/
fs/proc/generic.c
+++ b/
fs/proc/generic.c
@@
-352,15
+352,8
@@
static int proc_delete_dentry(struct dentry * dentry)
return 1;
}
-static int proc_revalidate_dentry(struct dentry *de, struct nameidata *nd)
-{
- /* maybe add a check if it's really necessary? */
- return 0;
-}
-
static struct dentry_operations proc_dentry_operations =
{
- .d_revalidate = proc_revalidate_dentry,
.d_delete = proc_delete_dentry,
};