X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmount.c;h=2fc799a6ed58cfc0a636fd6a80c6dea9759365ba;hb=4e2b0f9b149e6fc1adb5ce49a6adaeed130577be;hp=829c2cc13c1ff944666f00418909036742cd9854;hpb=3a34ae3a4d211d9236ca77d9a162aa27ac11f5f9;p=elogind.git diff --git a/src/mount.c b/src/mount.c index 829c2cc13..2fc799a6e 100644 --- a/src/mount.c +++ b/src/mount.c @@ -320,7 +320,10 @@ static bool needs_quota(MountParameters *p) { return false; return mount_test_option(p->options, "usrquota") || - mount_test_option(p->options, "grpquota"); + mount_test_option(p->options, "grpquota") || + mount_test_option(p->options, "quota") || + mount_test_option(p->options, "usrjquota") || + mount_test_option(p->options, "grpjquota"); } static int mount_add_fstab_links(Mount *m) {