passthrough_hp: excercise reusing inode numbers
authorAmir Goldstein <amir73il@gmail.com>
Sat, 12 Jun 2021 14:37:13 +0000 (17:37 +0300)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 14 Jun 2021 08:13:12 +0000 (09:13 +0100)
commit80f2b8b469d97349d87cfd59725cbc7c19959bf6
tree96a378dfd67f3cbadcf30a80d803d3cb8c7d3e31
parent10ecd4fda404f3403e571a7dbfe6bb295d0f208b
passthrough_hp: excercise reusing inode numbers

Before last unlink() release the reference on inode.fd to allow reuse
of underlying fs inode number, mark the server inode "deleted" and bump
it's generation counter.

When same inode number is found on lookup(), the server inode object will
be reused as well.

Skip this when inode has an open file and when writeback cache is enabled.

This will be used to verify inode reuse bug fix in the kernel.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
example/passthrough_hp.cc