Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322111
b: refs/heads/master
c: 12dfd08
h: refs/heads/master
i:
  322109: affd165
  322107: 703fb23
  322103: 41948f1
  322095: 53181c3
  322079: b50968b
  322047: 27b0e52
v: v3
  • Loading branch information
Bryan Schumaker authored and Trond Myklebust committed Aug 16, 2012
1 parent 123e5a9 commit f2ed3ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: c5066945b7ea346a11424dbeb7830b7d7d00c206
refs/heads/master: 12dfd080556124088ed61a292184947711b46cbe
6 changes: 2 additions & 4 deletions trunk/fs/nfs/idmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,8 @@ idmap_pipe_downcall(struct file *filp, const char __user *src, size_t mlen)
}

if (!(im.im_status & IDMAP_STATUS_SUCCESS)) {
ret = mlen;
complete_request_key(cons, -ENOKEY);
goto out_incomplete;
ret = -ENOKEY;
goto out;
}

namelen_in = strnlen(im.im_name, IDMAP_NAMESZ);
Expand All @@ -779,7 +778,6 @@ idmap_pipe_downcall(struct file *filp, const char __user *src, size_t mlen)

out:
complete_request_key(cons, ret);
out_incomplete:
return ret;
}

Expand Down

0 comments on commit f2ed3ec

Please sign in to comment.