On Fri, Oct 09, 2015 at 02:53:39PM -0600, Andreas Dilger wrote: > On Oct 9, 2015, at 3:09 AM, Dmitry Monakhov <dmonakhov@xxxxxxxxxx> wrote: > > > > It is appeared that we can pass journal related mount options and such options > > be shown in /proc/mounts > > > > Example: > > #mkfs.ext4 -F /dev/vdb > > #tune2fs -O ^has_journal /dev/vdb > > #mount /dev/vdb /mnt/ -ocommit=20,journal_async_commit > > #cat /proc/mounts | grep /mnt > > /dev/vdb /mnt ext4 rw,relatime,journal_checksum,journal_async_commit,commit=20,data=ordered 0 0 > > > > But options:"journal_checksum,journal_async_commit,commit=20,data=ordered" has > > nothing with reality because there is no jornall at all. > > (typo) s/jornall/journal/ > > but looks reasonable otherwise. > > Reviewed-by: Andreas Dilger <adilger@xxxxxxxxx> Applied, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html