summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2011-08-02 12:19:47 +0200
committerChristoph Hellwig <hch@lst.de>2011-08-02 12:19:47 +0200
commit4a53ac1856aed8b14ac9606e7e073ae78cbf0a0c (patch)
tree00c46a7287b390094a11a56be541e882037fbb95
parent81ee4b6dc94405faf391d039f0723d2a50a3b842 (diff)
add jfs support
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r--common.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.rc b/common.rc
index cb23a02f..a5378ddf 100644
--- a/common.rc
+++ b/common.rc
@@ -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