commit | 8fe9793af04e2a63257dd620984ca912a6a40965 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Oct 06 09:50:41 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Oct 06 09:50:41 2010 -0700 |
tree | 9b03354f19281d179c1761f30043f7d30b6e3419 | |
parent | 7c6d45e665d5322401e4439060bbf758b08422d4 [diff] | |
parent | 0157443c56bcc50be4933ebdff3ece723dfd535c [diff] |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: fuse: Initialize total_len in fuse_retrieve()
diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index d367af1..cde755c 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c
@@ -1354,7 +1354,7 @@ loff_t file_size; unsigned int num; unsigned int offset; - size_t total_len; + size_t total_len = 0; req = fuse_get_req(fc); if (IS_ERR(req))