commit | c4931db9b08c18005fb21ab201e7137ba0547df5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 27 10:00:33 2019 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 27 10:00:33 2019 -0400 |
tree | 6c6e20e3253187809b0f9ff5cf558522ad62d132 | |
parent | ff09297ec9964b3fe4bade77c92c75fde34fa8e9 [diff] |
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>