Fix indentation.
Prodded by: stefanf, ru, njl (in that order)
This commit is contained in:
parent
06003a1e7c
commit
cb5c1ec725
@ -525,13 +525,13 @@ nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
|
||||
NFSD_UNLOCK();
|
||||
mtx_lock(&Giant); /* VFS */
|
||||
if (error) {
|
||||
mtx_unlock(&Giant); /* VFS */
|
||||
NFSD_LOCK();
|
||||
nfsm_reply(NFSX_POSTOPATTR(v3));
|
||||
if (v3)
|
||||
nfsm_srvpostop_attr(dirattr_ret, &dirattr);
|
||||
error = 0;
|
||||
goto nfsmout;
|
||||
mtx_unlock(&Giant); /* VFS */
|
||||
NFSD_LOCK();
|
||||
nfsm_reply(NFSX_POSTOPATTR(v3));
|
||||
if (v3)
|
||||
nfsm_srvpostop_attr(dirattr_ret, &dirattr);
|
||||
error = 0;
|
||||
goto nfsmout;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user