diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2003-10-05 02:45:36 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2003-10-05 02:45:36 +0000 |
| commit | 7bfaa956e86e06a2490fcc23f50c7975e2bdcc9b (patch) | |
| tree | 3a963bf15064d85f3f6b77eb5d2eb3ab10c0c783 /sys/fs | |
| parent | 5c014b9d6d48c16008181fbaaf7e79f56f233aa3 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/cd9660/cd9660_node.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/cd9660/cd9660_node.c b/sys/fs/cd9660/cd9660_node.c index ac2bc1875264..6a1fc0d0330e 100644 --- a/sys/fs/cd9660/cd9660_node.c +++ b/sys/fs/cd9660/cd9660_node.c @@ -220,7 +220,6 @@ cd9660_reclaim(ap) /* * Purge old data structures associated with the inode. */ - cache_purge(vp); if (ip->i_devvp) { vrele(ip->i_devvp); ip->i_devvp = 0; |
