]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
uclient: Update statfs to match the kernel client and its block sizing.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Mon, 20 Jun 2011 19:17:24 +0000 (12:17 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Wed, 22 Jun 2011 21:22:54 +0000 (14:22 -0700)
commitc9da3076d67d562b0c93894897a2f17576e426f5
tree36a307b26f8d7ec68b68a7d5fa0de9af32df4647
parent7fcf29d6dcd847cf5b244002f0f580b81925ea18
uclient: Update statfs to match the kernel client and its block sizing.

Make it better match the kernel client, and its scheme to use a large
block size so we don't overflow 32-bit systems. This isn't presently
a serious concern since FUSE doesn't work on 32-bit systems anyway,
but the output of df should match even so.

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/client/Client.cc