Bug 90541

Summary: [PATCH] Missing include in VFS_LOCK_GIANT.9
Product: Documentation Reporter: Wojciech A. Koszek <dunstan>
Component: Books & ArticlesAssignee: Simon L. B. Nielsen <simon>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
diff.0.VFS_LOCK_GIANT.9 none

Description Wojciech A. Koszek 2005-12-17 12:00:12 UTC
mount.h is the place where VFS_UNLOCK_GIANT is defined.

dunstan@laptop:(/usr/src/sys/sys)$ grep VFS_UNLOCK_GIANT *
mount.h:#define VFS_UNLOCK_GIANT(locked)        if ((locked))
mtx_unlock(&Giant);
Comment 1 Simon L. B. Nielsen freebsd_committer freebsd_triage 2005-12-18 08:07:49 UTC
State Changed
From-To: open->patched

Committed (thought I modified the order of the includes to match 
style(9)).  Thanks for the submission! 

I will MFC in a week or so. 


Comment 2 Simon L. B. Nielsen freebsd_committer freebsd_triage 2005-12-18 08:07:49 UTC
Responsible Changed
From-To: freebsd-doc->simon

Committed (thought I modified the order of the includes to match 
style(9)).  Thanks for the submission! 

I will MFC in a week or so.
Comment 3 Simon L. B. Nielsen freebsd_committer freebsd_triage 2006-05-27 14:01:17 UTC
State Changed
From-To: patched->closed

Close after MFC to RELENG_6.