inode numbering: change libfs sb creation routines to avoid collisions with their...
[linux-2.6-block.git] / drivers / infiniband / hw / ipath / ipath_fs.c
index 036ed1ef17960a5f2e9f5078b4752d91b9fc57a0..ebd5c7bd2cdbec4680163237360ee88b12822b67 100644 (file)
@@ -523,7 +523,7 @@ static int ipathfs_fill_super(struct super_block *sb, void *data,
        int ret;
 
        static struct tree_descr files[] = {
-               [1] = {"atomic_stats", &atomic_stats_ops, S_IRUGO},
+               [2] = {"atomic_stats", &atomic_stats_ops, S_IRUGO},
                {""},
        };