diff options
author | jeff <jeff@FreeBSD.org> | 2007-07-03 21:26:06 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2007-07-03 21:26:06 +0000 |
commit | af5bbfbc7b6a610f0c44a56a7b2d81b96be9b1b5 (patch) | |
tree | d2ce26ada9bb7d6e426399ada65316e7664e48f4 /bin/df | |
parent | 4c779e4b9e4e1dbffd06d557d8df81037bd1e133 (diff) | |
download | FreeBSD-src-af5bbfbc7b6a610f0c44a56a7b2d81b96be9b1b5.zip FreeBSD-src-af5bbfbc7b6a610f0c44a56a7b2d81b96be9b1b5.tar.gz |
- Use explicit locking in the various fcntl case statements so that we
can acquire shared filedescriptor locks in the appropriate cases.
- Remove Giant from calls that issue ioctls. The ioctl path has been
mpsafe for some time now.
- Only acquire giant for VOP_ADVLOCK when the filesystem requires giant.
advlock is now mpsafe.
Reviewed by: rwatson
Approved by: re
Diffstat (limited to 'bin/df')
0 files changed, 0 insertions, 0 deletions