summaryrefslogtreecommitdiff |
diff options
author | Jeff Mahoney <jeffm@suse.com> | 2013-02-05 09:21:07 -0500 |
---|---|---|
committer | Jeff Mahoney <jeffm@suse.com> | 2013-02-05 09:21:07 -0500 |
commit | 9206aaed50c7c8a25f0d9858c3487406f7d4ac49 (patch) | |
tree | 5fc5cf61390d5fe24f0464b879bd6e20e02e3154 | |
parent | b432da4d8c0657669377e1828ebb0a07410f56ca (diff) |
quota: autoload the quota_v2 module for QFMT_VFS_V1 quota formatrpm-3.7.6-1.2--openSUSE-12.3-RC1rpm-3.7.6-1.2
(bnc#802153).
suse-commit: ecd48c7af399ea4ae680a39bf5e7568664374469
-rw-r--r-- | include/linux/quota.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h index 58fdef125252..d13371134c59 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h @@ -405,6 +405,7 @@ struct quota_module_name { #define INIT_QUOTA_MODULE_NAMES {\ {QFMT_VFS_OLD, "quota_v1"},\ {QFMT_VFS_V0, "quota_v2"},\ + {QFMT_VFS_V1, "quota_v2"},\ {0, NULL}} #endif /* _QUOTA_ */ |