Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308632
b: refs/heads/master
c: 5f23eff
h: refs/heads/master
v: v3
  • Loading branch information
Benny Halevy authored and Trond Myklebust committed May 16, 2012
1 parent 602a019 commit 2b7f063
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: bda14606a3c055dbbccd998fa91eb87c4c7b2027
refs/heads/master: 5f23eff3814e9d255464e7a03dba47c27069ac78
2 changes: 1 addition & 1 deletion trunk/fs/nfs/nfs4namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ struct rpc_clnt *nfs4_create_sec_client(struct rpc_clnt *clnt, struct inode *ino
rpc_authflavor_t flavor;

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

clone = rpc_clone_client(clnt);
Expand Down

0 comments on commit 2b7f063

Please sign in to comment.