support cramfs mounts
authorErez_Zadok <ezk@cs.sunysb.edu>
Thu, 12 Jul 2007 01:57:00 +0000 (21:57 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Thu, 12 Jul 2007 01:57:00 +0000 (21:57 -0400)
commit565a1631030e51661bf4bb5938244a9ff8972e1d
treeb43159002d598c43cc1b6fa23a3ef4d665e8867d
parent172a7f0b64025d2b1f94992aa2d3e82bddefbef4
support cramfs mounts

Somewhat complicated: we have to build the regular directory and file
hierarchy using ext2, then generate a cramfs image and loopback mount it,
and all inside the tests themselves.  So support for cramfs (and similar
special file systems) has to be built into the scaffold lower-level
routines.

Also: in the havechattr test, if "touch" on the branch failed, assume that
there's no chatter support (or that it can't be used, e.g., in a readonly
file system).

Finally, don't show stderr messages in havechattr.
scaffold