Why do we need the meta_qf_fstype() changes in this patch?
--- quota.orig/quotasys.c 2026-08-19 14:32:13.000000000 -0400
+++ quota/quotasys.c 2026-08-19 14:35:41.312238266 -0400
@@ -69,10 +69,18 @@
*/
int meta_qf_fstype(char *type)
{
- return !strcmp(type, MNTTYPE_OCFS2);
+ return !strcmp(type, MNTTYPE_OCFS2) || !strcmp(type, MNTTYPE_TMPFS);
}
That seems to imply we now handle quota in tmpfs, but that's not the
case, that's part of the upstream bigger change to handle tmpfs, no?
The comment in that function:
/*
* Check whether filesystem has hidden quota files which is handles
* as metadata (and thus always tracks usage).
*/
Is that a change that you wanted to avoid bringing in to this SRU?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2152171
Title:
quota toolset throws errors on ext4
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quota/+bug/2152171/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs