summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_extattr.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-07-26 07:32:23 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-07-26 07:32:23 +0000
commita8d43c90af5122ecff75b55fbaf6d5806674411b (patch)
tree4b10a3edcceb3eb7cae2e63c46cb2b1d26c145bf /sys/kern/vfs_extattr.c
parentdc539f3ee0827824a73fd840fac8e55977455984 (diff)
Notes
Diffstat (limited to 'sys/kern/vfs_extattr.c')
-rw-r--r--sys/kern/vfs_extattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index 5d8b2d3e350b..f7afcb5bb331 100644
--- a/sys/kern/vfs_extattr.c
+++ b/sys/kern/vfs_extattr.c
@@ -3621,7 +3621,7 @@ fhopen(td, uap)
if (error)
goto bad;
}
- error = VOP_OPEN(vp, fmode, td->td_ucred, td);
+ error = VOP_OPEN(vp, fmode, td->td_ucred, td, -1);
if (error)
goto bad;
/*