diff options
author | Miles Bader <miles@gnu.org> | 1995-05-04 14:02:02 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-05-04 14:02:02 +0000 |
commit | 10ce9f0bb9960aeff47fb5cea075abdb6881d71c (patch) | |
tree | 4e4d0a2d0915838bd5ae5973a7859e67b28ccaca | |
parent | b116bf4d7d642c33bad4fd5a286cabaefcf07bcb (diff) |
Formerly dir.c.~11~
-rw-r--r-- | ext2fs/dir.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); |