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)
13 lines
347 B
Diff
13 lines
347 B
Diff
Index: sys/fs/devfs/devfs_vnops.c
|
|
===================================================================
|
|
--- sys/fs/devfs/devfs_vnops.c (revision 192300)
|
|
+++ sys/fs/devfs/devfs_vnops.c (revision 192301)
|
|
@@ -890,6 +890,7 @@
|
|
if (fp != NULL) {
|
|
FILE_LOCK(fp);
|
|
fp->f_data = dev;
|
|
+ fp->f_vnode = vp;
|
|
FILE_UNLOCK(fp);
|
|
}
|
|
fpop = td->td_fpop;
|
|
|