diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2019-07-27 10:00:33 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-07-27 10:00:33 -0400 |
commit | c4931db9b08c18005fb21ab201e7137ba0547df5 (patch) | |
tree | 6c6e20e3253187809b0f9ff5cf558522ad62d132 /fs/autofs/autofs_i.h | |
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>
Diffstat (limited to 'fs/autofs/autofs_i.h')
-rw-r--r-- | fs/autofs/autofs_i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/autofs/autofs_i.h b/fs/autofs/autofs_i.h index 8c0c11181fad..8bcec8dcabb6 100644 --- a/fs/autofs/autofs_i.h +++ b/fs/autofs/autofs_i.h @@ -58,7 +58,6 @@ struct autofs_info { struct completion expire_complete; struct list_head active; - int active_count; struct list_head expiring; |