Quota attributum instantiation order change for better FORMAT conformance

This commit is contained in:
szaka 2006-04-05 02:48:02 +00:00
parent be823c7a1e
commit 8bbdf4f8c4

View File

@ -4867,13 +4867,13 @@ static BOOL mkntfs_create_root_structures(void)
MK_LE_MREF(24, 1), 0LL, 0LL, extend_flags,
0, 0, "$Quota", FILE_NAME_WIN32_AND_DOS);
/* FIXME: This should be IGNORE_CASE */
if (!err)
err = add_attr_index_root(m, "$O", 2, 0, AT_UNUSED,
COLLATION_NTOFS_SID, g_vol->indx_record_size);
/* FIXME: This should be IGNORE_CASE */
if (!err)
err = add_attr_index_root(m, "$Q", 2, 0, AT_UNUSED,
COLLATION_NTOFS_ULONG, g_vol->indx_record_size);
/* FIXME: This should be IGNORE_CASE */
if (!err)
err = add_attr_index_root(m, "$O", 2, 0, AT_UNUSED,
COLLATION_NTOFS_SID, g_vol->indx_record_size);
if (!err)
err = initialize_quota(m);
if (err < 0) {