diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2008-08-01 09:46:19 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2008-08-01 09:46:19 +0000 |
| commit | cb917b839b94adf81f241d51bcd2a1ce82161618 (patch) | |
| tree | 20f5445f82a8aac528ac6803d9bf5f1b4b31ed62 /sys/fs/tmpfs/tmpfs_vfsops.c | |
| parent | 5e38927c8c78b301b63e4c30508cf75fd60fa0e4 (diff) | |
Notes
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 fc2e1ee0be07..119385d0887d 100644 --- a/sys/fs/tmpfs/tmpfs_vfsops.c +++ b/sys/fs/tmpfs/tmpfs_vfsops.c @@ -151,7 +151,6 @@ tmpfs_node_ctor(void *mem, int size, void *arg, int flags) node->tn_status = 0; node->tn_flags = 0; node->tn_links = 0; - node->tn_lockf = NULL; node->tn_vnode = NULL; node->tn_vpstate = 0; |
