aboutsummaryrefslogtreecommitdiffstats
path: root/libmount/src/hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmount/src/hooks.c')
-rw-r--r--libmount/src/hooks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmount/src/hooks.c b/libmount/src/hooks.c
index 5b345c4a63..7e9e9f35b2 100644
--- a/libmount/src/hooks.c
+++ b/libmount/src/hooks.c
@@ -26,7 +26,8 @@ static const struct libmnt_hookset *hooksets[] =
#ifdef __linux__
&hookset_mkdir,
&hookset_subdir,
- &hookset_mount_legacy
+ &hookset_mount_legacy,
+ &hookset_owner
#endif
};