Skip to content

Commit

Permalink
Remove sysctl.h from fs.h
Browse files Browse the repository at this point in the history
Rrrr, addition of sysctl.h to fs.h was't very smart, because simple
editing of the former will buy you big recompile, where it shouldn't
have to.

Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Oct 17, 2007
1 parent 2b571a0 commit 4be2854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ extern int dir_notify_enable;
#include <linux/init.h>
#include <linux/pid.h>
#include <linux/mutex.h>
#include <linux/sysctl.h>
#include <linux/capability.h>

#include <asm/atomic.h>
Expand Down Expand Up @@ -2032,7 +2031,8 @@ static inline void free_secdata(void *secdata)
{ }
#endif /* CONFIG_SECURITY */

int proc_nr_files(ctl_table *table, int write, struct file *filp,
struct ctl_table;
int proc_nr_files(struct ctl_table *table, int write, struct file *filp,
void __user *buffer, size_t *lenp, loff_t *ppos);


Expand Down

0 comments on commit 4be2854

Please sign in to comment.