Whitespace fix.
Submitted by: Wojciech A. Koszek <dunstan at zsno ids czest pl>
This commit is contained in:
parent
19cf04981a
commit
f6b457923d
@ -143,7 +143,7 @@ acct(struct thread *td, struct acct_args *uap)
|
||||
* appending and make sure it's a 'normal'. While we could
|
||||
* conditionally acquire Giant here, we're actually interacting with
|
||||
* vnodes from possibly two file systems, making the logic a bit
|
||||
* complicated. For now, use Giant unconditionally.
|
||||
* complicated. For now, use Giant unconditionally.
|
||||
*/
|
||||
mtx_lock(&Giant);
|
||||
if (uap->path != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user