| To: | jfs-discussion@xxxxxxxxxxxxxxxxxxxxx, xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH, RFC] jfs support for xfstests |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Fri, 29 Jul 2011 11:50:39 -0400 |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
The patch below adds basic jfs support to xfstests. Unfortunately it
doesn't get very far, as test 001 already blows up with a kernel crash,
as do 011 and 013 as other random picks.
Index: xfstests-dev/common.rc
===================================================================
--- xfstests-dev.orig/common.rc 2011-07-29 15:36:52.000000000 +0000
+++ xfstests-dev/common.rc 2011-07-29 15:39:41.000000000 +0000
@@ -102,6 +102,9 @@ _mkfs_opts()
gfs2)
export MKFS_OPTIONS="$GFS2_MKFS_OPTIONS -O -p lock_nolock"
;;
+ jfs)
+ export MKFS_OPTIONS="$JFS_MKFS_OPTIONS -q"
+ ;;
*)
;;
esac
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 4/4] xfstests: Add support for btrfs in 079, Stefan Behrens |
|---|---|
| Next by Date: | Re: [Jfs-discussion] [PATCH, RFC] jfs support for xfstests, Dave Kleikamp |
| Previous by Thread: | Re: [PATCH 1/4] fs: add SEEK_HOLE and SEEK_DATA flags, Marco Stornelli |
| Next by Thread: | Re: [Jfs-discussion] [PATCH, RFC] jfs support for xfstests, Dave Kleikamp |
| Indexes: | [Date] [Thread] [Top] [All Lists] |