Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333114
b: refs/heads/master
c: 62d98c9
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown authored and Trond Myklebust committed Sep 25, 2012
1 parent 44dc90e commit c68c968
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: e8d920c58ddb45126e1b306854f6e34b88446baf
refs/heads/master: 62d98c935456ee121b03d6a68aa3091a04085b7e
2 changes: 1 addition & 1 deletion trunk/fs/nfs/nfs4namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ struct rpc_clnt *nfs4_create_sec_client(struct rpc_clnt *clnt, struct inode *ino

flavor = nfs4_negotiate_security(inode, name);
if ((int)flavor < 0)
return ERR_PTR(flavor);
return ERR_PTR((int)flavor);

clone = rpc_clone_client(clnt);
if (IS_ERR(clone))
Expand Down

0 comments on commit c68c968

Please sign in to comment.