Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30965
b: refs/heads/master
c: 94374e7
h: refs/heads/master
i:
  30963: 57d25be
v: v3
  • Loading branch information
Latchesar Ionkov authored and Linus Torvalds committed Jun 28, 2006
1 parent 27c0455 commit 4a694ec
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: 33b37a33c242542fac2980b8ccd90977388b7a8d
refs/heads/master: 94374e7cc369b972855cebd13ba942f4eb1be1ac
2 changes: 2 additions & 0 deletions trunk/fs/9p/mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,8 @@ v9fs_mux_rpc(struct v9fs_mux_data *m, struct v9fs_fcall *tc,
r.rcall || r.err);
} while (!r.rcall && !r.err && err==-ERESTARTSYS &&
m->trans->status==Connected && !m->err);

err = -ERESTARTSYS;
}
sigpending = 1;
}
Expand Down

0 comments on commit 4a694ec

Please sign in to comment.