diff options
-rw-r--r-- | sys/fs/tmpfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/tmpfs.c b/sys/fs/tmpfs.c index a6e40e1..21dd7b5 100644 --- a/sys/fs/tmpfs.c +++ b/sys/fs/tmpfs.c @@ -369,7 +369,6 @@ tmpfs_reclaim(struct vnode *vp) } np->vp = NULL; - vp->data = NULL; return 0; } |