On 01/11/2010 07:25 AM, Akinobu Mita wrote:
- Define _FILE_OFFSET_BITS

- Use uint64_t to hold object length and buffer length

- Don't pass too much buffer to writev. writev returns -1 if the sum of
   the iov_len values overflows an ssize_t value

Signed-off-by: Akinobu Mita<akinobu.m...@gmail.com>
---
  server/be-fs.c  |    1 +
  server/chunkd.h |    6 +++---
  server/object.c |    2 +-
  server/server.c |    9 ++++++++-
  4 files changed, 13 insertions(+), 5 deletions(-)

applied


--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to