get rid of autofs_info->active_count
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 27 Jul 2019 14:00:33 +0000 (10:00 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 27 Jul 2019 14:00:33 +0000 (10:00 -0400)
commitc4931db9b08c18005fb21ab201e7137ba0547df5
tree6c6e20e3253187809b0f9ff5cf558522ad62d132
parentff09297ec9964b3fe4bade77c92c75fde34fa8e9
get rid of autofs_info->active_count

autofs_add_active() is always called only once (and on a dentry
with freshly allocated ino, at that).  autofs_del_active() is
never called more than once.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/autofs/autofs_i.h
fs/autofs/root.c