diff options
Diffstat (limited to 'net/9p/protocol.c')
-rw-r--r-- | net/9p/protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/9p/protocol.c b/net/9p/protocol.c index d888847db56e..5936c50d0c93 100644 --- a/net/9p/protocol.c +++ b/net/9p/protocol.c | |||
@@ -579,6 +579,7 @@ EXPORT_SYMBOL(p9stat_read); | |||
579 | 579 | ||
580 | int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) | 580 | int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) |
581 | { | 581 | { |
582 | pdu->id = type; | ||
582 | return p9pdu_writef(pdu, 0, "dbw", 0, type, tag); | 583 | return p9pdu_writef(pdu, 0, "dbw", 0, type, tag); |
583 | } | 584 | } |
584 | 585 | ||