diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-08-07 06:23:41 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-08-07 14:40:08 -0400 |
commit | 215752fce31c80f3b3a1530bc7cddb3ba6a69b3a (patch) | |
tree | 70274a8d3ba397085593cf98be126a376f9221bf /fs/namespace.c | |
parent | 54a4d58a6459a93fc6ee898354b3d2ffb80dd03a (diff) |
acct: get rid of acct_list
Put these suckers on per-vfsmount and per-superblock lists instead.
Note: right now it's still acct_lock for everything, but that's
going to change.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/namespace.c')
-rw-r--r-- | fs/namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index 182bc41cd887..22e530addfaf 100644 --- a/fs/namespace.c +++ b/fs/namespace.c | |||
@@ -956,7 +956,7 @@ put_again: | |||
956 | mnt->mnt_pinned = 0; | 956 | mnt->mnt_pinned = 0; |
957 | rcu_read_unlock(); | 957 | rcu_read_unlock(); |
958 | unlock_mount_hash(); | 958 | unlock_mount_hash(); |
959 | acct_auto_close_mnt(&mnt->mnt); | 959 | acct_auto_close_mnt(&mnt->mnt_pins); |
960 | goto put_again; | 960 | goto put_again; |
961 | } | 961 | } |
962 | if (unlikely(mnt->mnt.mnt_flags & MNT_DOOMED)) { | 962 | if (unlikely(mnt->mnt.mnt_flags & MNT_DOOMED)) { |