]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
overlay: dentry leak for default_permissions mount option
authorEryu Guan <eguan@redhat.com>
Wed, 29 Jun 2016 06:11:25 +0000 (14:11 +0800)
committerEryu Guan <eguan@redhat.com>
Fri, 1 Jul 2016 03:17:08 +0000 (11:17 +0800)
commit4ae7290adcb748a17b89f0104e2df98ae601270d
tree9bd9695a0fe04cf0a335e6ea3bc73a3b9f306294
parent00a1397d59de9deb2e8ae11819bb97aca06d99d7
overlay: dentry leak for default_permissions mount option

overlayfs was leaking dentry on non-directories when using the
'default_permissions' mount option, which resulted in "BUG Dentry
still in use".

The following kernel commit fixed it:
ovl: fix dentry leak for default_permissions

Reviewed-by: Xiong Zhou <xzhou@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/overlay/009 [new file with mode: 0755]
tests/overlay/009.out [new file with mode: 0644]
tests/overlay/group