diff --git a/[refs] b/[refs] index 69695e4dd282..e826b1c2512c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 72ba74508b2857e71d65fc93f0d6b684492fc740 +refs/heads/master: c3ad83d9efdfe6a86efd44945a781f00c879b7b4 diff --git a/trunk/include/linux/quota.h b/trunk/include/linux/quota.h index 58fdef125252..d13371134c59 100644 --- a/trunk/include/linux/quota.h +++ b/trunk/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_ */