diff options
author | Christoph Hellwig <hch@lst.de> | 2011-08-02 12:19:47 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2011-08-02 12:19:47 +0200 |
commit | 4a53ac1856aed8b14ac9606e7e073ae78cbf0a0c (patch) | |
tree | 00c46a7287b390094a11a56be541e882037fbb95 | |
parent | 81ee4b6dc94405faf391d039f0723d2a50a3b842 (diff) |
add jfs support
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r-- | common.rc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |