aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p
diff options
context:
space:
mode:
Diffstat (limited to 'net/9p')
-rw-r--r--net/9p/conv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/9p/conv.c b/net/9p/conv.c
index 37451178e761..f2a041cb508a 100644
--- a/net/9p/conv.c
+++ b/net/9p/conv.c
@@ -763,6 +763,7 @@ struct p9_fcall *p9_create_twrite(u32 fid, u64 offset, u32 count,
763 if (err) { 763 if (err) {
764 kfree(fc); 764 kfree(fc);
765 fc = ERR_PTR(err); 765 fc = ERR_PTR(err);
766 goto error;
766 } 767 }
767 768
768 if (buf_check_overflow(bufp)) { 769 if (buf_check_overflow(bufp)) {