Loading fs/proc/generic.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ #include "internal.h" DEFINE_SPINLOCK(proc_subdir_lock); static DEFINE_SPINLOCK(proc_subdir_lock); static int proc_match(unsigned int len, const char *name, struct proc_dir_entry *de) { Loading fs/proc/internal.h +0 −2 Original line number Diff line number Diff line Loading @@ -178,8 +178,6 @@ extern bool proc_fill_cache(struct file *, struct dir_context *, const char *, i /* * generic.c */ extern spinlock_t proc_subdir_lock; extern struct dentry *proc_lookup(struct inode *, struct dentry *, unsigned int); extern struct dentry *proc_lookup_de(struct proc_dir_entry *, struct inode *, struct dentry *); Loading Loading
fs/proc/generic.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ #include "internal.h" DEFINE_SPINLOCK(proc_subdir_lock); static DEFINE_SPINLOCK(proc_subdir_lock); static int proc_match(unsigned int len, const char *name, struct proc_dir_entry *de) { Loading
fs/proc/internal.h +0 −2 Original line number Diff line number Diff line Loading @@ -178,8 +178,6 @@ extern bool proc_fill_cache(struct file *, struct dir_context *, const char *, i /* * generic.c */ extern spinlock_t proc_subdir_lock; extern struct dentry *proc_lookup(struct inode *, struct dentry *, unsigned int); extern struct dentry *proc_lookup_de(struct proc_dir_entry *, struct inode *, struct dentry *); Loading