diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-01-30 01:12:51 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-01-30 01:12:51 +0000 |
commit | 1bec8dc0fea138a7a6a1e340916d2bc66e9cdfb2 (patch) | |
tree | 72dcf903b1f20bf5ebf39084b7549dd673ea0df9 /libdiskfs | |
parent | 0e64f4e5701389ae3df1f6c388173e3ec254fc89 (diff) |
2001-01-30 Neal H Walfield <neal@cs.uml.edu>
* diskfs.h: Fix comment (fsys_shutdown -> fsys_goaway).
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/ChangeLog | 4 | ||||
-rw-r--r-- | libdiskfs/diskfs.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 614f7889..3f085880 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,7 @@ +2001-01-30 Neal H Walfield <neal@cs.uml.edu> + + * diskfs.h: Fix comment (fsys_shutdown -> fsys_goaway). + 2001-01-07 Marcus Brinkmann <marcus@gnu.org> * diskfs.h: Make diskfs_dirstat_size const. diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 5d4072c0..fda0f9c6 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -831,7 +831,7 @@ diskfs_init_dir (struct node *dp, struct node *pdp, struct protid *cred); appropriately; do the analogous operation for atime and mtime as well. */ void diskfs_set_node_times (struct node *np); -/* Shutdown the filesystem; flags are as for fsys_shutdown. */ +/* Shutdown the filesystem; flags are as for fsys_goaway. */ error_t diskfs_shutdown (int flags); /* Change an active filesystem between read-only and writable modes, setting |