From 482ffbb27d1db5c3b0362bdcb9f935beb9d514c2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 12 Oct 1999 21:52:11 +0000 Subject: Dispersed. --- doc/filesystem/lifecycle.t | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 doc/filesystem/lifecycle.t (limited to 'doc/filesystem/lifecycle.t') diff --git a/doc/filesystem/lifecycle.t b/doc/filesystem/lifecycle.t deleted file mode 100644 index 3f35c55f65..0000000000 --- a/doc/filesystem/lifecycle.t +++ /dev/null @@ -1,35 +0,0 @@ -@c -@c COPYRIGHT (c) 1988-1998. -@c On-Line Applications Research Corporation (OAR). -@c All rights reserved. -@c -@c $Id$ -@c - -@chapter Filesystem Lifecycle - -This chapter describes some of the dynamic behavior of file system control -structures - -@section Mount table chain - -The mount table chain is a dynamic list of structures that describe -mounted file systems a specific points in the file system hierarchy. It is -initialized to an empty state during the base file system initialization. -The mount operation will add entries to the mount table chain. The -un-mount operation will remove entries from the mount table chain. - -@section Memory associated with the In Memory Filesystem - -A memory based file system draws its resources for files and directories -from the memory resources of the system. When it is time to un-mount the -file system, the memory resources that supported file system are set free. -In order to free these resources, a recursive walk of the file systems -tree structure will be performed. As the leaf nodes under the file system -are encountered their resources are freed. When directories are made empty -by this process, their resources are freed. - -@section File descriptor table entries and file control blocks - -The file: XXX - -- cgit v1.2.3