diff options
-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); |