Document possible NULL paths when directories are removed (#633)
authorMaximilian Heinzler <m.heinzler@heinzler.de>
Sun, 12 Dec 2021 16:28:57 +0000 (17:28 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 16:28:57 +0000 (16:28 +0000)
commit48ae2e72b39b6a31cb2194f6f11786b7ca06aac6
treef2b75c22ceb7ded0e6922bb85a03d13c40fbda6d
parentcee6de8d6619aeeb70f3318dfd35f2fdf5e43848
Document possible NULL paths when directories are removed (#633)

When directories with open handles are removed, the releasedir and
fsyncdir operations might be called with a NULL path. That is because
there is no hiding behavior like for regular files and the nodes get
removed immediately.
include/fuse.h