As part of my efforts to port xfstests so it can be cross-compiled for
Android (where running fsstress by hand seems to be the
state-of-the-art in file system QA), I had to make the following
portability fixes.

Modulo working around some missing functions in the Bionic libc, I was
pleasantly surprised how few changes were required!

Theodore Ts'o (4):
  xfstests: if DEV_BSIZE is not defined, assume it to be 512
  xfstests: Support C libraries that define SIGCHLD instead of SIGCLD
  xfstests: use the Posix st_mode defines instead of the obsolete SysV
    ones
  xfstests: remove manual declaration of errno

 lib/str_to_bytes.c |  4 ++++
 lib/write_log.c    |  4 ++++
 ltp/doio.c         |  4 ++++
 ltp/growfiles.c    |  6 +++++-
 src/locktest.c     |  1 -
 src/lstat64.c      | 18 +++++++++---------
 6 files changed, 26 insertions(+), 11 deletions(-)

-- 
2.3.0

--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to