diff options
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r-- | libdiskfs/diskfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |