From db94da4c86489af26af2d8040b4b5f8b3d1104b3 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 20 Mar 1996 20:58:22 +0000 Subject: (diskfs_null_dirstat): New function. --- libdiskfs/diskfs.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3