des 2007-04-15 17:06:10 UTC
FreeBSD src repository
Modified files:
sys/fs/procfs procfs_map.c
Log:
Instead of stating GIANT_REQUIRED, just acquire and release Giant where
needed. This does not make a difference now, but will when procfs is
marked MPSAFE.
Revision Changes Path
1.39 +5 -2 src/sys/fs/procfs/procfs_map.c