This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / fs / TODO
/*
* Copyright (c) 1994
* Rodney W. Grimes, Accurate Automation Company, Portland, OR.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* may, but is not required to, display the following acknowledgement:
* This product includes software developed by Rodney W. Grimes of
* Accurate Automation Company, Portland, OR.
* 4. The name Accurate Automation Company or the name Rodney W. Grimes
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY ACCURATE AUTOMATION COMPANY AND ITS CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ACCURATE AUTOMATION COMPANY OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: lfs_vnops.c,v 1.3 1994/01/24 04:54:17 rgrimes Exp $
*/
My claim to copyright is for this file, and the derived work of the conversion
and intergration from the UCLA FICUS project and BSD 4.4.
1) IMPORT the following code after I get a ruling from Bostic on it:
deadfs ffs fifofs*
lfs lofs mfs
nullfs specfs ufs
umapfs
* missing this one!
2) Extract/write common file system code and put it in sys/fs/common.
3) Port the following current file system code to the new vfs layer
cdfs* dosfs nfs
procfs
* cdfs is a new rewrite of isofs that is work in process.