Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/fs/nilfs/nilfs_vnops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/nilfs/nilfs_vnops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/sys/fs/nilfs/nilfs_vnops.c 2011/04/24 21:35:29 1.10 +++ src/sys/fs/nilfs/nilfs_vnops.c 2011/05/19 03:11:56 1.11 @@ -1,4 +1,4 @@ -/* $NetBSD: nilfs_vnops.c,v 1.10 2011/04/24 21:35:29 rmind Exp $ */ +/* $NetBSD: nilfs_vnops.c,v 1.11 2011/05/19 03:11:56 rmind Exp $ */ /* * Copyright (c) 2008, 2009 Reinoud Zandijk @@ -28,7 +28,7 @@ #include #ifndef lint -__KERNEL_RCSID(0, "$NetBSD: nilfs_vnops.c,v 1.10 2011/04/24 21:35:29 rmind Exp $"); +__KERNEL_RCSID(0, "$NetBSD: nilfs_vnops.c,v 1.11 2011/05/19 03:11:56 rmind Exp $"); #endif /* not lint */ @@ -118,9 +118,6 @@ nilfs_reclaim(void *v) /* update note for closure */ nilfs_update(vp, NULL, NULL, NULL, UPDATE_CLOSE); - /* purge old data from namei */ - cache_purge(vp); - /* dispose all node knowledge */ nilfs_dispose_node(&nilfs_node);