diff options
Diffstat (limited to 'sys/fs/tmpfs/tmpfs_vfsops.c')
-rw-r--r-- | sys/fs/tmpfs/tmpfs_vfsops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/tmpfs/tmpfs_vfsops.c b/sys/fs/tmpfs/tmpfs_vfsops.c index 5223428..fc2e1ee 100644 --- a/sys/fs/tmpfs/tmpfs_vfsops.c +++ b/sys/fs/tmpfs/tmpfs_vfsops.c @@ -154,7 +154,6 @@ tmpfs_node_ctor(void *mem, int size, void *arg, int flags) node->tn_lockf = NULL; node->tn_vnode = NULL; node->tn_vpstate = 0; - node->tn_lookup_dirent = NULL; return (0); } |