aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2012-12-24 13:22:32 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2012-12-24 13:22:32 +0000
commit3d143d01c147be00e8c501d8c703a980db533556 (patch)
treec67019d0fec2021e366acf951609e800977d47c1 /sys/compat
parent3ddca2f7f361564c6d89956ab245f60718ef0d77 (diff)
Notes
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
index bc381a5d80cb..e8bbe92704d6 100644
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.c
@@ -372,7 +372,7 @@ linux_uselib(struct thread *td, struct linux_uselib_args *args)
* XXX: Note that if any of the VM operations fail below we don't
* clear this flag.
*/
- vp->v_vflag |= VV_TEXT;
+ VOP_SET_TEXT(vp);
/*
* Lock no longer needed