commit | 03ad0d703df75c43f78bd72e16124b5b94a95188 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 25 00:03:11 2019 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 25 00:03:11 2019 -0400 |
tree | d3915a4d9c614df558bbdd073544786e09595b5e | |
parent | 97eba80fcca754856d09e048f469db22773bec68 [diff] |
autofs: fix a leak in autofs_expire_indirect() if the second call of should_expire() in there ends up grabbing and returning a new reference to dentry, we need to drop it before continuing. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>