do reclaim

This commit is contained in:
pooka 2007-02-15 12:54:24 +00:00
parent 9c41498b0b
commit 70d42dbba1

View File

@ -1,4 +1,4 @@
/* $NetBSD: rot13fs.c,v 1.1 2007/01/15 00:46:29 pooka Exp $ */
/* $NetBSD: rot13fs.c,v 1.2 2007/02/15 12:54:24 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@ -141,6 +141,7 @@ main(int argc, char *argv[])
PUFFSOP_SET(pops, puffs_null, node, rmdir);
PUFFSOP_SET(pops, puffs_null, node, symlink);
PUFFSOP_SET(pops, puffs_null, node, readlink);
PUFFSOP_SET(pops, puffs_null, node, reclaim);
if ((pu = puffs_mount(pops, argv[1], mntflags, "rot13", NULL,
pflags, 0)) == NULL)