freebsd-dev/sys/compat/linux
Alexander Kabaev 501f5ff123 Do not call VOP_GETATTR in getdents function. It does not serve any
purpose and the resulting vattr structure was ignored. In addition,
the VOP_GETATTR call was made with no vnode lock held, resulting in
vnode locking violation panic with debug kernels.

Reported by:	truckman

Approved by:	re@ (rwatson)
2003-11-19 04:12:32 +00:00
..
linux_file.c Do not call VOP_GETATTR in getdents function. It does not serve any 2003-11-19 04:12:32 +00:00
linux_getcwd.c Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation. 2003-11-17 18:57:20 +00:00
linux_ioctl.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
linux_ioctl.h
linux_ipc.c Back out the following revisions: 2003-11-05 01:53:10 +00:00
linux_ipc.h
linux_mib.c
linux_mib.h
linux_misc.c Pull latest changes from OpenBSD: 2003-11-16 15:07:10 +00:00
linux_signal.c
linux_signal.h
linux_socket.c Use kern_sendit rather than sendit for the Linux send* syscalls. 2003-11-09 17:04:04 +00:00
linux_socket.h
linux_stats.c Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs. 2003-11-05 23:52:54 +00:00
linux_sysctl.c
linux_uid16.c
linux_util.c
linux_util.h