Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108290
b: refs/heads/master
c: 53e6d8d
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and J. Bruce Fields committed Jul 30, 2008
1 parent e2a8e28 commit e3a26a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8b43555a2a8c71e8501924e260f62b9545c598b
refs/heads/master: 53e6d8d182e97c5211da4ee1f163c840c7ecf8ca
6 changes: 3 additions & 3 deletions trunk/fs/nfsd/export.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ exp_export(struct nfsctl_export *nxp)
/* Look up the dentry */
err = path_lookup(nxp->ex_path, 0, &nd);
if (err)
goto out_unlock;
goto out_put_clp;
err = -EINVAL;

exp = exp_get_by_name(clp, nd.path.mnt, nd.path.dentry, NULL);
Expand Down Expand Up @@ -1090,9 +1090,9 @@ exp_export(struct nfsctl_export *nxp)
exp_put(exp);
if (fsid_key && !IS_ERR(fsid_key))
cache_put(&fsid_key->h, &svc_expkey_cache);
if (clp)
auth_domain_put(clp);
path_put(&nd.path);
out_put_clp:
auth_domain_put(clp);
out_unlock:
exp_writeunlock();
out:
Expand Down

0 comments on commit e3a26a2

Please sign in to comment.