diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 20:58:22 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 20:58:22 +0000 |
commit | db94da4c86489af26af2d8040b4b5f8b3d1104b3 (patch) | |
tree | b1a32176c381ab52b765ccff84767e53403d0e1d | |
parent | 9ab5d218ddf45b1f08a147db684ffa17e7e24322 (diff) |
(diskfs_null_dirstat): New function.
-rw-r--r-- | libdiskfs/diskfs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 248aeb8e..c7ddbdca 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -308,6 +308,10 @@ error_t diskfs_dirrewrite_hard (struct node *dp, struct node *np, the call to diskfs_lookup and DS is as that call set it. */ error_t diskfs_dirremove_hard (struct node *dp, struct dirstat *ds); +/* The user must define this function. Initialize DS such that + diskfs_drop_dirstat will ignore it. */ +void diskfs_null_dirstat (struct dirstat *ds); + /* The user must define this function. DS has been set by a previous call to diskfs_lookup on directory DP; this function is guaranteed to be called if none of |