aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/fs/tmpfs/tmpfs_subr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c
index 8b75c58d69a2..df5bc12047be 100644
--- a/sys/fs/tmpfs/tmpfs_subr.c
+++ b/sys/fs/tmpfs/tmpfs_subr.c
@@ -1436,10 +1436,7 @@ tmpfs_dir_getdotdotdent(struct tmpfs_mount *tm, struct tmpfs_node *node,
if (parent == NULL)
return (ENOENT);
- TMPFS_NODE_LOCK(parent);
dent.d_fileno = parent->tn_id;
- TMPFS_NODE_UNLOCK(parent);
-
dent.d_off = next;
dent.d_type = DT_DIR;
dent.d_namlen = 2;