am a78e1a74: Merge "Sdcard: Initialize the padding output value"

* commit 'a78e1a741810bbeaea955f30e6b5b8aa6b4b3a6b':
  Sdcard: Initialize the padding output value
This commit is contained in:
Elliott Hughes 2014-11-13 20:31:22 +00:00 committed by Android Git Automerger
commit 8822a81def

View file

@ -1269,6 +1269,7 @@ static int handle_write(struct fuse* fuse, struct fuse_handler* handler,
return -errno;
}
out.size = res;
out.padding = 0;
fuse_reply(fuse, hdr->unique, &out, sizeof(out));
return NO_STATUS;
}