Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262631
b: refs/heads/master
c: 0193e07
h: refs/heads/master
i:
  262629: 2108b86
  262627: aa62366
  262623: d998ad9
v: v3
  • Loading branch information
Pavel Shilovsky authored and Steve French committed Aug 3, 2011
1 parent d532d56 commit 75991b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b80289833463215d2f3d1d72cf735fc7ba78da57
refs/heads/master: 0193e072268fe62c4b19ad4b05cd0d4b23c43bb9
2 changes: 2 additions & 0 deletions trunk/fs/cifs/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ cifs_call_async(struct TCP_Server_Info *server, struct kvec *iov,
mid = AllocMidQEntry(hdr, server);
if (mid == NULL) {
mutex_unlock(&server->srv_mutex);
atomic_dec(&server->inFlight);
wake_up(&server->request_q);
return -ENOMEM;
}

Expand Down

0 comments on commit 75991b8

Please sign in to comment.