29 Jul 2011 17:50
[PATCH, RFC] jfs support for xfstests
Christoph Hellwig <hch <at> infradead.org>
2011-07-29 15:50:39 GMT
2011-07-29 15:50:39 GMT
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
<at> <at> -102,6 +102,9 <at> <at> _mkfs_opts()
gfs2)
export MKFS_OPTIONS="$GFS2_MKFS_OPTIONS -O -p lock_nolock"
;;
+ jfs)
+ export MKFS_OPTIONS="$JFS_MKFS_OPTIONS -q"
+ ;;
*)
;;
esac
------------------------------------------------------------------------------
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
Seems to be a good idea to support jfs. I'll carve out some time to
reproduce and debug the crashes.
Thanks,
Shaggy
>
>
> 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
> <at> <at> -102,6 +102,9 <at> <at> _mkfs_opts()
> gfs2)
> export MKFS_OPTIONS="$GFS2_MKFS_OPTIONS -O -p lock_nolock"
> ;;
> + jfs)
> + export MKFS_OPTIONS="$JFS_MKFS_OPTIONS -q"
> + ;;
> *)
> ;;
> esac
>
RSS Feed