]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd-fuse: fix usage of conn->want
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 28 Jan 2013 15:33:43 +0000 (16:33 +0100)
committerSage Weil <sage@inktank.com>
Mon, 28 Jan 2013 21:56:32 +0000 (13:56 -0800)
commit21673e8b9e4e949706874c3a89771f15bbf5aeca
tree2f2d6c3ada8a51700c90aa1cf7259434fd4ce42e
parentf74265b08ab3679bb28a913ab436d185ea37ea9b
rbd-fuse: fix usage of conn->want

Fix usage of conn->want and FUSE_CAP_BIG_WRITES. Both need libfuse
version >= 2.8. Encapsulate the related code line into a check for
the needed FUSE_VERSION as already done in ceph-fuse in some cases.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rbd_fuse/rbd-fuse.c