This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / reiserfs / super.c
index 71eaa06..f90884d 100644 (file)
@@ -703,7 +703,6 @@ static int reiserfs_parse_options (struct super_block * s, char * options, /* st
        {"noattrs",     .clrmask = 1<<REISERFS_ATTRS},
        {"user_xattr",  .setmask = 1<<REISERFS_XATTRS_USER},
        {"nouser_xattr",.clrmask = 1<<REISERFS_XATTRS_USER},
-       {"tagxid",      .setmask = 1<<REISERFS_TAGXID},
 #ifdef CONFIG_REISERFS_FS_POSIX_ACL
        {"acl",         .setmask = 1<<REISERFS_POSIXACL},
        {"noacl",       .clrmask = 1<<REISERFS_POSIXACL},
@@ -718,6 +717,7 @@ static int reiserfs_parse_options (struct super_block * s, char * options, /* st
        {"commit",      .arg_required = 'c', .values = NULL},
        {"usrquota",},
        {"grpquota",},
+       {"tagxid",      .setmask = 1<<REISERFS_TAGXID},
        {NULL,}
     };