]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: handle short reads in libxfs_readbufr
authorChristoph Hellwig <hch@infradead.org>
Tue, 20 Sep 2011 21:59:20 +0000 (21:59 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 21 Sep 2011 18:50:33 +0000 (13:50 -0500)
commitbcea58c7a35c57c065980a937d486b040b41c83b
tree057451bba9513943385bcd260e5d79ec821d3601
parentc3928e39b2a0f0f5f3ac4148dc59cd76383359a7
libxfs: handle short reads in libxfs_readbufr

Copy the code from libxfs_writebufr to handle short reads, and also
tidy up a formatting issue found in the libxfs_writebufr copy.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
libxfs/rdwr.c