Loading net/9p/client.c +2 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,8 @@ struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) * buffer to read the data into */ tag++; BUG_ON(tag >= c->max_tag); if(tag >= c->max_tag) return NULL; row = tag / P9_ROW_MAXTAG; col = tag % P9_ROW_MAXTAG; Loading Loading
net/9p/client.c +2 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,8 @@ struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) * buffer to read the data into */ tag++; BUG_ON(tag >= c->max_tag); if(tag >= c->max_tag) return NULL; row = tag / P9_ROW_MAXTAG; col = tag % P9_ROW_MAXTAG; Loading