commit 662e8088622360d8af1155902a0f8b55a451a63d
Author: Tomohiro Kusumi <kusumi.tomoh...@gmail.com>
Date:   Wed Mar 7 03:27:04 2018 +0900

    sys/vfs/autofs: Cleanups
    
    Move local varaibles to inner scopes where possible.
    The existing local variable declarations are mostly from FreeBSD,
    but I've also changed NetBSD autofs the way this commit does.
    
    (Don't do this for autofs userspace though. Increasing diff from
    FreeBSD for non functional thing like this is much less important,
    whereas kernel side is basically a rewrite.)

Summary of changes:
 sys/vfs/autofs/autofs.c        | 20 +++++++++++---------
 sys/vfs/autofs/autofs_vfsops.c | 10 ++++++----
 sys/vfs/autofs/autofs_vnops.c  |  5 ++---
 3 files changed, 19 insertions(+), 16 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/662e8088622360d8af1155902a0f8b55a451a63d


-- 
DragonFly BSD source repository

Reply via email to