Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308633
b: refs/heads/master
c: 6b34309
h: refs/heads/master
i:
  308631: 602a019
v: v3
  • Loading branch information
Jeff Layton authored and Trond Myklebust committed May 16, 2012
1 parent 2b7f063 commit b46bd1f
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: 5f23eff3814e9d255464e7a03dba47c27069ac78
refs/heads/master: 6b34309936ed5c85cbe5868655814065f42c2f38
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/xprt.c
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ static void xprt_alloc_slot(struct rpc_task *task)
list_del(&req->rq_list);
goto out_init_req;
}
req = xprt_dynamic_alloc_slot(xprt, GFP_NOWAIT);
req = xprt_dynamic_alloc_slot(xprt, GFP_NOWAIT|__GFP_NOWARN);
if (!IS_ERR(req))
goto out_init_req;
switch (PTR_ERR(req)) {
Expand Down

0 comments on commit b46bd1f

Please sign in to comment.