From: Johann Lombardi Date: Sun, 8 Jan 2006 09:03:20 +0000 (-0800) Subject: [PATCH] ext3: external journal device as a mount option X-Git-Tag: v2.6.16-rc1~758 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b9625744b7d4a6a2416389a5ba464bdf11f07f;p=pandora-kernel.git [PATCH] ext3: external journal device as a mount option The patch below adds a new mount option to allow the external journal device to be specified. The syntax is as follows: # mount -t ext3 -o journal_dev=0x0820 ... where 0x0820 means major=8 and minor=32. Signed-off-by: Johann Lombardi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed