Date: Tue, 31 Oct 2006 21:38:51 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h Message-ID: <200610312138.k9VLcpFc016452@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2006-10-31 21:38:51 UTC FreeBSD src repository Modified files: sys/sys mount.h Log: Add MNT_GJOURNAL flag which indicates, that file system has gjournal support enabled. Add mnt_gjprovider field which keeps gjournal provider's name on which file system is placed on. This allows to not place file system on gjournal directly and allows gjournal class to pair gjournal provider with file system. Sponsored by: home.pl Revision Changes Path 1.216 +4 -3 src/sys/sys/mount.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610312138.k9VLcpFc016452>