diff options
| author | Karel Zak <kzak@redhat.com> | 2022-09-08 13:08:15 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2023-01-03 12:58:42 +0100 |
| commit | 7f014edac3acdbc0d408f77a3fd431345814d970 (patch) | |
| tree | f23ee786d8f3765df5d012ae2e347c18b8017a83 /libmount/src/hook_idmap.c | |
| parent | 7f5f350b62b814d2d052b60a5332b17bda31fb21 (diff) | |
| download | util-linux-7f014edac3acdbc0d408f77a3fd431345814d970.tar.gz | |
libmount: cleanup comments for hooks
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/hook_idmap.c')
| -rw-r--r-- | libmount/src/hook_idmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmount/src/hook_idmap.c b/libmount/src/hook_idmap.c index 29f34700cc..1718679457 100644 --- a/libmount/src/hook_idmap.c +++ b/libmount/src/hook_idmap.c @@ -12,6 +12,8 @@ * * * This is X-mount.idmap= implementation. + * + * Please, see the comment in libmount/src/hooks.c to understand how hooks work. */ #include <stdbool.h> #include <sys/socket.h> |
