https://github.com/torvalds/linux
Revision dc7ab6773e8171e07f16fd0df0c5eea28c899503 authored by Amir Goldstein on 24 September 2017, 19:19:10 UTC, committed by Miklos Szeredi on 05 October 2017, 13:53:18 UTC
index dentry was not released when breaking out of the loop
due to index verification error.

Fixes: 415543d5c64f ("ovl: cleanup bad and stale index entries on mount")
Cc: <stable@vger.kernel.org> # v4.13
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
1 parent 9f4ec90
History
Tip revision: dc7ab6773e8171e07f16fd0df0c5eea28c899503 authored by Amir Goldstein on 24 September 2017, 19:19:10 UTC
ovl: fix dentry leak in ovl_indexdir_cleanup()
Tip revision: dc7ab67

back to top