dect
/
linux-2.6
Archived
13
0
Fork 0

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()
This commit is contained in:
Linus Torvalds 2010-10-06 09:50:41 -07:00
commit 8fe9793af0
1 changed files with 1 additions and 1 deletions

View File

@ -1354,7 +1354,7 @@ static int fuse_retrieve(struct fuse_conn *fc, struct inode *inode,
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))