]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ovl: fix dput() of ERR_PTR in ovl_cleanup_index()
authorAmir Goldstein <amir73il@gmail.com>
Sun, 24 Sep 2017 14:36:26 +0000 (17:36 +0300)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 19 Oct 2017 14:49:06 +0000 (09:49 -0500)
commit1e7581da9dbb3ad3cb4c6c9bd3b8cc6e8610fa67
tree8d74bf93a6590494a2490172e8bfc38b24be35bb
parentc8e53fb1059b2ef5cee2062ae818a251c4035907
ovl: fix dput() of ERR_PTR in ovl_cleanup_index()

BugLink: http://bugs.launchpad.net/bugs/1723145
commit 9f4ec904dbd4eb1a2db10d5e7dc16eae386fe64d upstream.

Fixes: caf70cb2ba5d ("ovl: cleanup orphan index entries")
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
fs/overlayfs/util.c