diff options
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> |
