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_loopdev.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_loopdev.c')
| -rw-r--r-- | libmount/src/hook_loopdev.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libmount/src/hook_loopdev.c b/libmount/src/hook_loopdev.c index 652ae76377..22379cf72d 100644 --- a/libmount/src/hook_loopdev.c +++ b/libmount/src/hook_loopdev.c @@ -8,12 +8,9 @@ * under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. + * + * Please, see the comment in libmount/src/hooks.c to understand how hooks work. */ - -/* - * DOCS: - "lo@" prefix for fstype is unsupported - */ - #include <blkid.h> #include <stdbool.h> |
