diff options
Diffstat (limited to 'net/9p')
-rw-r--r-- | net/9p/client.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/9p/client.c b/net/9p/client.c index 0edee4de608a..b1c02187f862 100644 --- a/net/9p/client.c +++ b/net/9p/client.c | |||
@@ -201,7 +201,8 @@ free_and_return: | |||
201 | * | 201 | * |
202 | */ | 202 | */ |
203 | 203 | ||
204 | static struct p9_req_t *p9_tag_alloc(struct p9_client *c, u16 tag, int max_size) | 204 | static struct p9_req_t * |
205 | p9_tag_alloc(struct p9_client *c, u16 tag, unsigned int max_size) | ||
205 | { | 206 | { |
206 | unsigned long flags; | 207 | unsigned long flags; |
207 | int row, col; | 208 | int row, col; |