From owner-freebsd-current Sat Mar 1 22:31:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA24803 for current-outgoing; Sat, 1 Mar 1997 22:31:47 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA24795 for ; Sat, 1 Mar 1997 22:31:43 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id RAA10978 for current@freebsd.org; Sun, 2 Mar 1997 17:31:17 +1100 Date: Sun, 2 Mar 1997 17:31:17 +1100 From: Bruce Evans Message-Id: <199703020631.RAA10978@godzilla.zeta.org.au> To: current@freebsd.org Subject: converting userland to Lite2's vfs interface Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've started working on the userland part of the Lite2 merge. I plan to use some hacks to provide full binary and almost full source code compatibility until the merge is complete (e.g., by renaming the new getvfsbyname() as new_getvfsbyname(), using macros so that not many changes will be required to unrename it later). Does anyone object? Anyway, don't repeat the work. I've been working mainly on things that aren't in John's old patches - lsvfs, mount_msdos, the Lite2 getvfsbyname() and the new vfs sysctls. Bruce