freebsd-nq/sys
Poul-Henning Kamp 6f21160218 Remember to unlock the (optional) vnode in vfs_stdextattrctl(). Failing
to do this made the following script hang:

	#!/bin/sh
	set -ex

	extattrctl start /tmp
	extattrctl initattr 64 /tmp/EA00
	extattrctl enable /tmp user ea00 /tmp/EA00
	extattrctl showattr /tmp/EA00

if the filesystem backing /tmp did not support EAs.

The real solution is probably to have the extattrctl syscall do the
unlocking rather than depend on the filesystem to do it.  Considering
that extattrctl is going to be made obsolete anyway, this has dogwash
priority.

Sponsored by:	DARPA & NAI Labs.
2002-08-13 11:11:51 +00:00
..
alpha - Hold the vnode lock throughout execve. 2002-08-13 06:55:28 +00:00
amd64 o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold(). 2002-08-13 06:22:11 +00:00
arm Create a new header <machine/_stdint.h> for storing MD parts of 2002-07-29 17:41:23 +00:00
boot Add help about hint.acpi.0.disable. 2002-08-09 20:07:51 +00:00
cam Correct spelling of 'supplied'. 2002-06-19 20:44:48 +00:00
coda Fix typo in the last revision. 2002-08-04 19:34:38 +00:00
compat - Hold the vnode lock throughout execve. 2002-08-13 06:55:28 +00:00
conf Update for recent changes in the usb code. 2002-08-12 21:25:06 +00:00
contrib Resolve conflicts arising from the ACPI CA 20020725 import. 2002-07-30 19:35:32 +00:00
crypto Fix some really pedantic GCC warnings. 2002-07-15 13:45:15 +00:00
ddb Realign columns in DDB's ps output. Don't waste more horizontal space than 2002-08-13 11:06:54 +00:00
dev don't include redunant \n in panic message 2002-08-12 22:36:18 +00:00
fs Introduce typedefs for the member functions of struct vfsops and employ 2002-08-13 10:05:50 +00:00
geom Don't use the static thread.. it is going away. 2002-06-29 07:47:20 +00:00
gnu Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent 2002-08-12 16:43:04 +00:00
i4b add support properly displaying and logging incoming telephone numbers (MSNs) 2002-08-12 07:53:55 +00:00
i386 - Hold the vnode lock throughout execve. 2002-08-13 06:55:28 +00:00
ia64 o Remove the setting and clearing of the PG_MAPPED flag from the alpha and 2002-08-10 18:01:39 +00:00
isa Clock frequencies reported by sysctl should be unsigned values. Discovered 2002-06-22 16:30:18 +00:00
isofs/cd9660 Introduce typedefs for the member functions of struct vfsops and employ 2002-08-13 10:05:50 +00:00
kern Remember to unlock the (optional) vnode in vfs_stdextattrctl(). Failing 2002-08-13 11:11:51 +00:00
libkern Convert GNU variadic macros to the ISO 9X variety. 2002-07-15 13:34:50 +00:00
modules Depend on opt_mac.h. 2002-08-12 15:27:17 +00:00
net Correct error handling during MAC transmission check for if_gif. 2002-08-12 16:08:23 +00:00
netatalk Back out my lats commit of locking down a socket, it conflicts with hsu's work. 2002-05-31 11:52:35 +00:00
netatm - Remove UM_* user land memory macros since they are no longer used. 2002-06-24 22:31:17 +00:00
netgraph Make the consumers of the linker_load_file() function use 2002-08-02 20:56:07 +00:00
netinet Assert that the inpcb lock is held when calling tcp_output(). 2002-08-12 03:22:46 +00:00
netinet6 Introduce support for Mandatory Access Control and extensible 2002-08-02 20:49:14 +00:00
netipx Make spxnames a const char * to quieten some warnings in netstat. 2002-07-27 23:15:08 +00:00
netkey - fixed the order of searching SA table for packets. 2002-07-10 16:39:38 +00:00
netnatm Back out my lats commit of locking down a socket, it conflicts with hsu's work. 2002-05-31 11:52:35 +00:00
netncp Wire the sysctl output buffer before grabbing any locks to prevent 2002-07-28 19:59:31 +00:00
netns Fix bug which has been there since rev 1.1 where && was used instead of &. 2002-06-09 03:57:34 +00:00
netsmb Wire the sysctl output buffer before grabbing any locks to prevent 2002-07-28 19:59:31 +00:00
nfs
nfsclient Introduce typedefs for the member functions of struct vfsops and employ 2002-08-13 10:05:50 +00:00
nfsserver - Replace v_flag with v_iflag and v_vflag 2002-08-04 10:29:36 +00:00
pc98 Add support for the LSI-Logic Fusion/MP architecture. 2002-08-11 23:34:20 +00:00
pccard Add 16-bit before bus to keep the words card and bus apart. 2002-07-31 20:01:11 +00:00
pci o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire(). 2002-08-10 18:42:13 +00:00
posix4 Part 1 of KSE-III 2002-06-29 17:26:22 +00:00
powerpc o Introduce pmap_page_is_mapped(). Its purpose is to obsolete 2002-08-07 19:37:22 +00:00
rpc
security Declare a module service "kernel_mac_support" when MAC support is 2002-08-12 02:00:21 +00:00
sparc64 Add support for the LSI-Logic Fusion/MP architecture. 2002-08-11 23:34:20 +00:00
sys Introduce typedefs for the member functions of struct vfsops and employ 2002-08-13 10:05:50 +00:00
tools - Add automatic post vop debug checks. These work in both the success and 2002-07-30 08:52:00 +00:00
ufs Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is an 2002-08-13 10:33:57 +00:00
vm o Assert that the page queues lock is held in vm_page_activate(). 2002-08-11 00:21:40 +00:00
Makefile Milestone #1 in cross-arch make releases. 2002-04-26 17:55:27 +00:00