make fs/{namespace,super}.c forget about acct.h
These externs belong in fs/internal.h. Rename (they are not acct-specific anymore) and move them over there. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -32,8 +32,6 @@ extern void acct_exit_ns(struct pid_namespace *);
|
||||
#define acct_process() do { } while (0)
|
||||
#define acct_exit_ns(ns) do { } while (0)
|
||||
#endif
|
||||
extern void acct_auto_close(struct hlist_head *);
|
||||
extern void acct_auto_close_mnt(struct hlist_head *);
|
||||
|
||||
/*
|
||||
* ACCT_VERSION numbers as yet defined:
|
||||
|
Reference in New Issue
Block a user