]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
make fs/{namespace,super}.c forget about acct.h
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 21 May 2014 22:22:52 +0000 (18:22 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 7 Aug 2014 18:40:09 +0000 (14:40 -0400)
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>
fs/fs_pin.c
fs/internal.h
fs/namespace.c
fs/super.c
include/linux/acct.h

index f3ce0b874a44b8989ece5f7f90be7cb6b84ac8d7..9368236ca100bc311fe721c15eca9e3bfdcb2f0f 100644 (file)
@@ -1,6 +1,7 @@
 #include <linux/fs.h>
 #include <linux/slab.h>
 #include <linux/fs_pin.h>
+#include "internal.h"
 #include "mount.h"
 
 static void pin_free_rcu(struct rcu_head *head)
@@ -32,13 +33,13 @@ void pin_insert(struct fs_pin *pin, struct vfsmount *m)
        spin_unlock(&pin_lock);
 }
 
-void acct_auto_close_mnt(struct hlist_head *list)
+void mnt_pin_kill(struct mount *m)
 {
        while (1) {
                struct hlist_node *p;
                struct fs_pin *pin;
                rcu_read_lock();
-               p = ACCESS_ONCE(list->first);
+               p = ACCESS_ONCE(m->mnt_pins.first);
                if (!p) {
                        rcu_read_unlock();
                        break;
@@ -54,13 +55,13 @@ void acct_auto_close_mnt(struct hlist_head *list)
        }
 }
 
-void acct_auto_close(struct hlist_head *list)
+void sb_pin_kill(struct super_block *sb)
 {
        while (1) {
                struct hlist_node *p;
                struct fs_pin *pin;
                rcu_read_lock();
-               p = ACCESS_ONCE(list->first);
+               p = ACCESS_ONCE(sb->s_pins.first);
                if (!p) {
                        rcu_read_unlock();
                        break;
index 9a2edba87c2bbc48bbfe2d4473ac22a9b47bb322..e325b4f9c799669ebfa02e0ee143231e98510ba6 100644 (file)
@@ -143,3 +143,9 @@ extern long do_splice_direct(struct file *in, loff_t *ppos, struct file *out,
  * pipe.c
  */
 extern const struct file_operations pipefifo_fops;
+
+/*
+ * fs_pin.c
+ */
+extern void sb_pin_kill(struct super_block *sb);
+extern void mnt_pin_kill(struct mount *m);
index 22e530addfaf2cfd29074e3a3d75d20b3e122a46..0e4ce51c52771df7db45c86f472c7e62ba1006d6 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/namei.h>
 #include <linux/security.h>
 #include <linux/idr.h>
-#include <linux/acct.h>                /* acct_auto_close_mnt */
 #include <linux/init.h>                /* init_rootfs */
 #include <linux/fs_struct.h>   /* get_fs_root et.al. */
 #include <linux/fsnotify.h>    /* fsnotify_vfsmount_delete */
@@ -956,7 +955,7 @@ put_again:
                mnt->mnt_pinned = 0;
                rcu_read_unlock();
                unlock_mount_hash();
-               acct_auto_close_mnt(&mnt->mnt_pins);
+               mnt_pin_kill(mnt);
                goto put_again;
        }
        if (unlikely(mnt->mnt.mnt_flags & MNT_DOOMED)) {
index a369f8964dc1d36764284e7d0b0978a779fc52fd..a371ce6aa91916f3efe1add1215b00001135a35a 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <linux/export.h>
 #include <linux/slab.h>
-#include <linux/acct.h>
 #include <linux/blkdev.h>
 #include <linux/mount.h>
 #include <linux/security.h>
@@ -707,7 +706,7 @@ int do_remount_sb(struct super_block *sb, int flags, void *data, int force)
        if (remount_ro) {
                if (sb->s_pins.first) {
                        up_write(&sb->s_umount);
-                       acct_auto_close(&sb->s_pins);
+                       sb_pin_kill(sb);
                        down_write(&sb->s_umount);
                        if (!sb->s_root)
                                return 0;
index 137837929dbe9350935c81018ab188affba7a99f..dccc2d4fe7de690b30589334bf615d0e814590b5 100644 (file)
@@ -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: