passthrough_ll: fix refcount for "." and ".." entries
authorMiklos Szeredi <mszeredi@redhat.com>
Tue, 14 Aug 2018 19:37:02 +0000 (21:37 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 10 Oct 2018 09:49:48 +0000 (10:49 +0100)
commit49676ed9cc2f21d52eabc464e8ab2eea6374eb34
tree734db5e9d4b6c7cc1e7acf898e83052fc2e388de
parentc3fa8578867fc45ca3d842b5641a48cacbc8eea1
passthrough_ll: fix refcount for "." and ".." entries

Kernel is not expecting an elevated lookup count for the "." and ".."
entries when doing READDIRPLUS.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
example/passthrough_ll.c