fd-tracker: add the lttng-inode interface
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 23 Nov 2019 00:12:27 +0000 (19:12 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 23 Nov 2019 01:11:40 +0000 (20:11 -0500)
commite0e72660f16b5cba852b9dc2dddd4ecaf96c42f1
treed9ed75c1fadd30ee9691c196bb878cb714c64577
parent9d16fc7fa401926b800c18124756d75b11b5b806
fd-tracker: add the lttng-inode interface

The lttng-inode interface is internal to the fd-tracker. It allows
unlink operations on an fs_handle to determine if another fs_handle
refers to the same file.

When this is deemed to be the case, the unlink can be delayed by
renaming the file to a temporary name and, finally, unlinking it
when all references have been released.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/fd-tracker/Makefile.am
src/common/fd-tracker/inode.c [new file with mode: 0644]
src/common/fd-tracker/inode.h [new file with mode: 0644]
This page took 0.025097 seconds and 4 git commands to generate.