diff options
| author | 2008-07-11 10:46:50 +0200 | |
|---|---|---|
| committer | 2008-07-11 10:46:50 +0200 | |
| commit | 0c81b2a1448bc6a2a9b2d6469fb0669fb4b25e5b (patch) | |
| tree | 6f82579cae6d6e39fa9f837a3c349ded51e19d14 /include/linux/dcache.h | |
| parent | rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers (timers) (diff) | |
| parent | Fix PREEMPT_RCU without HOTPLUG_CPU (diff) | |
| download | linux-dev-0c81b2a1448bc6a2a9b2d6469fb0669fb4b25e5b.tar.xz linux-dev-0c81b2a1448bc6a2a9b2d6469fb0669fb4b25e5b.zip | |
Merge branch 'linus' into core/rcu
Conflicts:
include/linux/rculist.h
kernel/rcupreempt.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/dcache.h')
| -rw-r--r-- | include/linux/dcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 1f5cebf10a23..98202c672fde 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -301,7 +301,7 @@ extern int d_validate(struct dentry *, struct dentry *); extern char *dynamic_dname(struct dentry *, char *, int, const char *, ...); extern char *__d_path(const struct path *path, struct path *root, char *, int); -extern char *d_path(struct path *, char *, int); +extern char *d_path(const struct path *, char *, int); extern char *dentry_path(struct dentry *, char *, int); /* Allocation counts.. */ |
