From 10ce9f0bb9960aeff47fb5cea075abdb6881d71c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 4 May 1995 14:02:02 +0000 Subject: Formerly dir.c.~11~ --- ext2fs/dir.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext2fs/dir.c') diff --git a/ext2fs/dir.c b/ext2fs/dir.c index cbb58d91..ed1082e7 100644 --- a/ext2fs/dir.c +++ b/ext2fs/dir.c @@ -583,8 +583,7 @@ diskfs_direnter(struct node *dp, directory has been locked continously since the call to lookup, and only if that call succeeded. */ error_t -diskfs_dirremove(struct node *dp, - struct dirstat *ds) +diskfs_dirremove(struct node *dp, struct dirstat *ds) { assert (ds->type == REMOVE); assert (ds->stat == HERE_TIS); -- cgit v1.2.3