Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192367
b: refs/heads/master
c: d03859a
h: refs/heads/master
i:
  192365: d3f73d9
  192363: 027e0aa
  192359: 9cab0b3
  192351: d85f424
v: v3
  • Loading branch information
Dan Carpenter authored and J. Bruce Fields committed Apr 22, 2010
1 parent 25391c4 commit 457f6f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5771635592267758e7dc5647f2a0088aa6244159
refs/heads/master: d03859a4aca3969efd91dc77be7efa2ae45b05d8
4 changes: 2 additions & 2 deletions trunk/fs/nfsd/export.c
Original file line number Diff line number Diff line change
Expand Up @@ -1076,9 +1076,9 @@ exp_export(struct nfsctl_export *nxp)
err = 0;
finish:
kfree(new.ex_pathname);
if (exp)
if (!IS_ERR_OR_NULL(exp))
exp_put(exp);
if (fsid_key && !IS_ERR(fsid_key))
if (!IS_ERR_OR_NULL(fsid_key))
cache_put(&fsid_key->h, &svc_expkey_cache);
path_put(&path);
out_put_clp:
Expand Down

0 comments on commit 457f6f1

Please sign in to comment.