patches for easier mirroring, to eliminate a special copy, to make www.freebsd.org/security a full copy of security.freebsd.org and be eventually be the same. For now files are just sitting there. The symlinks are missing. Discussed on: www (repository location) Discussed with: simon (so)
12 lines
371 B
Diff
12 lines
371 B
Diff
Index: sys/fs/pseudofs/pseudofs_vnops.c
|
|
===================================================================
|
|
--- sys/fs/pseudofs/pseudofs_vnops.c (revision 212324)
|
|
+++ sys/fs/pseudofs/pseudofs_vnops.c (working copy)
|
|
@@ -305,7 +305,6 @@ pfs_getextattr(struct vop_getextattr_args *va)
|
|
if (proc != NULL)
|
|
PROC_UNLOCK(proc);
|
|
|
|
- pfs_unlock(pn);
|
|
PFS_RETURN (error);
|
|
}
|
|
|