]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: remove ceph_ll_truncate
authorJeff Layton <jlayton@redhat.com>
Mon, 24 Oct 2016 14:02:59 +0000 (10:02 -0400)
committerJeff Layton <jlayton@redhat.com>
Tue, 25 Oct 2016 17:06:28 +0000 (13:06 -0400)
commitb6c2faeabbe16993e5e4e51534cf3f2136a707ac
tree34652e07eccff009d9682e38d0321ea85edda644
parenta302d194133f320fa462e56b614e5fae6598d347
client: remove ceph_ll_truncate

It's just a wrapper around ceph_ll_setattr that is only called from the
ganesha SETATTR handler. There's no need for special casing truncate
handling.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
src/include/cephfs/libcephfs.h
src/libcephfs.cc