From 5a3fa82570eb7bdac24cf9b64bb4256bb09882fc Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 18 Feb 2009 16:34:13 +0000 Subject: Reindent a small bit of code that was not 8-space indented like the rest of the nfs_lookup() function. --- sys/nfsclient/nfs_vnops.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/nfsclient') diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c index e56e4eb..17c156d 100644 --- a/sys/nfsclient/nfs_vnops.c +++ b/sys/nfsclient/nfs_vnops.c @@ -897,12 +897,12 @@ nfs_lookup(struct vop_lookup_args *ap) newvp = *vpp; if (!VOP_GETATTR(newvp, &vattr, cnp->cn_cred) - && vattr.va_ctime.tv_sec == VTONFS(newvp)->n_ctime) { - nfsstats.lookupcache_hits++; - if (cnp->cn_nameiop != LOOKUP && - (flags & ISLASTCN)) - cnp->cn_flags |= SAVENAME; - return (0); + && vattr.va_ctime.tv_sec == VTONFS(newvp)->n_ctime) { + nfsstats.lookupcache_hits++; + if (cnp->cn_nameiop != LOOKUP && + (flags & ISLASTCN)) + cnp->cn_flags |= SAVENAME; + return (0); } cache_purge(newvp); if (dvp != newvp) -- cgit v1.1