libceph: stop duplicating client fields in messenger
authorIlya Dryomov <idryomov@gmail.com>
Wed, 28 Oct 2015 22:50:58 +0000 (23:50 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 2 Nov 2015 22:37:46 +0000 (23:37 +0100)
commit859bff51dc5e92ddfb5eb6f17b8040d9311095bb
treeff5fb0d52e36de7417410cfb63424066da56ba1f
parent4199b8eec36405822619d4176bddfacf7b47eb44
libceph: stop duplicating client fields in messenger

supported_features and required_features serve no purpose at all, while
nocrc and tcp_nodelay belong to ceph_options::flags.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
include/linux/ceph/libceph.h
include/linux/ceph/messenger.h
net/ceph/ceph_common.c
net/ceph/messenger.c
This page took 0.036785 seconds and 5 git commands to generate.