Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267252
b: refs/heads/master
c: ef6b080
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Eric Van Hensbergen committed Oct 24, 2011
1 parent 9b6fafb commit 911fe68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 4d5077f1b2aa502a0ca98b450d1b16fbccfe9c63
refs/heads/master: ef6b0807e2c986d5f1cb878e1b32a7cf4c32b4c8
2 changes: 1 addition & 1 deletion trunk/include/net/9p/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ struct p9_req_t {

struct p9_client {
spinlock_t lock; /* protect client structure */
int msize;
unsigned int msize;
unsigned char proto_version;
struct p9_trans_module *trans_mod;
enum p9_trans_status status;
Expand Down
3 changes: 2 additions & 1 deletion trunk/net/9p/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ static int parse_opts(char *opts, struct p9_client *clnt)
*
*/

static struct p9_req_t *p9_tag_alloc(struct p9_client *c, u16 tag, int max_size)
static struct p9_req_t *
p9_tag_alloc(struct p9_client *c, u16 tag, unsigned int max_size)
{
unsigned long flags;
int row, col;
Expand Down

0 comments on commit 911fe68

Please sign in to comment.