]> git.neil.brown.name Git - history.git/commitdiff
[XFS] Fix debug builds - need sb_features2 details in endian translation code.
authorNathan Scott <nathans@sgi.com>
Thu, 1 Apr 2004 21:40:12 +0000 (07:40 +1000)
committerNathan Scott <nathans@sgi.com>
Thu, 1 Apr 2004 21:40:12 +0000 (07:40 +1000)
SGI Modid: xfs-linux:xfs-kern:168693a

fs/xfs/xfs_mount.c

index 67d89b48148a725f574938fb12257b130f032f5c..e9039e8842b0ab016a8d94d3bf669fa02de7e08b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2003 Silicon Graphics, Inc.  All Rights Reserved.
+ * Copyright (c) 2000-2004 Silicon Graphics, Inc.  All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of version 2 of the GNU General Public License as
@@ -117,6 +117,7 @@ static struct {
     { offsetof(xfs_sb_t, sb_logsectlog), 0 },
     { offsetof(xfs_sb_t, sb_logsectsize),0 },
     { offsetof(xfs_sb_t, sb_logsunit),  0 },
+    { offsetof(xfs_sb_t, sb_features2),         0 },
     { sizeof(xfs_sb_t),                         0 }
 };