Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229199
b: refs/heads/master
c: c8b031e
h: refs/heads/master
i:
  229197: b6a6ef1
  229195: f46397c
  229191: 734eec4
  229183: b674bad
v: v3
  • Loading branch information
Tobias Klauser authored and Trond Myklebust committed Dec 21, 2010
1 parent ba1a887 commit 57ea717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 79691836603541e81a3793970826ac4a75429572
refs/heads/master: c8b031ebc1246d42463c5c69df8f610ca9f48e77
2 changes: 1 addition & 1 deletion trunk/fs/nfs/mount_clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void nfs_umount(const struct nfs_mount_request *info)
args.flags |= RPC_CLNT_CREATE_NONPRIVPORT;

clnt = rpc_create(&args);
if (unlikely(IS_ERR(clnt)))
if (IS_ERR(clnt))
goto out_clnt_err;

dprintk("NFS: sending UMNT request for %s:%s\n",
Expand Down

0 comments on commit 57ea717

Please sign in to comment.