public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH, RFC] jfs support for xfstests
@ 2011-07-29 15:50 Christoph Hellwig
  2011-07-29 16:03 ` [Jfs-discussion] " Dave Kleikamp
  0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2011-07-29 15:50 UTC (permalink / raw)
  To: jfs-discussion, xfs

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

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-08-02 10:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 15:50 [PATCH, RFC] jfs support for xfstests Christoph Hellwig
2011-07-29 16:03 ` [Jfs-discussion] " Dave Kleikamp
2011-08-01 18:29   ` [PATCH] jfs: flush journal completely before releasing metadata inodes Dave Kleikamp
2011-08-01 18:32     ` Christoph Hellwig
2011-08-01 20:04       ` Dave Kleikamp
2011-08-02 10:25         ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox