Remove an obsolete comment.
MFC after: 3 days
This commit is contained in:
parent
3b853844d7
commit
093295ae49
@ -2439,9 +2439,6 @@ fdcheckstd(struct thread *td)
|
|||||||
* Internal form of close. Decrement reference count on file structure.
|
* Internal form of close. Decrement reference count on file structure.
|
||||||
* Note: td may be NULL when closing a file that was being passed in a
|
* Note: td may be NULL when closing a file that was being passed in a
|
||||||
* message.
|
* message.
|
||||||
*
|
|
||||||
* XXXRW: Giant is not required for the caller, but often will be held; this
|
|
||||||
* makes it moderately likely the Giant will be recursed in the VFS case.
|
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
closef(struct file *fp, struct thread *td)
|
closef(struct file *fp, struct thread *td)
|
||||||
|
Loading…
Reference in New Issue
Block a user