Comment out extsize setting for all allocators until delalloc accounting issue resolved.
authorNathan Scott <nathans@sgi.com>
Sat, 17 Jun 2006 06:11:37 +0000 (06:11 +0000)
committerNathan Scott <nathans@sgi.com>
Sat, 17 Jun 2006 06:11:37 +0000 (06:11 +0000)
Merge of master-melb:xfs-cmds:26268a by kenmcd.

ltp/fsstress.c

index 13a6315b377648acbe7fce86ce23b8bc2dd790fa..27f7307c2a667142dafd6b08244679798293650c 100644 (file)
@@ -1713,11 +1713,13 @@ creat_f(int opno, long r)
        init_pathname(&f);
        e1 = (random() % 100);
        type = rtpct ? ((e1 > rtpct) ? FT_REG : FT_RTF) : FT_REG;
+#ifdef NOTYET
        if (type == FT_RTF)     /* rt always gets an extsize */
                extsize = (random() % 10) + 1;
        else if (e1 < 10)       /* one-in-ten get an extsize */
                extsize = random() % 1024;
        else
+#endif
                extsize = 0;
        e = generate_fname(fep, type, &f, &id, &v);
        v |= v1;