Author: trasz
Date: Sun Apr 19 07:35:18 2015
New Revision: 281728
URL: https://svnweb.freebsd.org/changeset/base/281728
Log:
Add back fdrop() missed in r281726.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/compat/linux/linux_file.c
Modified: head/sys/compat/linux/linux_file.c
==============================================================================
--- head/sys/compat/linux/linux_file.c Sun Apr 19 07:16:44 2015
(r281727)
+++ head/sys/compat/linux/linux_file.c Sun Apr 19 07:35:18 2015
(r281728)
@@ -161,6 +161,7 @@ linux_common_open(struct thread *td, int
PROC_UNLOCK(p);
sx_sunlock(&proctree_lock);
}
+ fdrop(fp, td);
}
done:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"