]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: remove unneeded layout on MClientCaps 11790/head
authorJohn Spray <john.spray@redhat.com>
Fri, 4 Nov 2016 16:48:26 +0000 (16:48 +0000)
committerJohn Spray <john.spray@redhat.com>
Fri, 4 Nov 2016 16:48:26 +0000 (16:48 +0000)
commit469ba8293bb8414cbc8a7190bc812b34e670afe6
tree2a40ee3307d62fdf568b74d2106d004fec092817
parentfddff2b96c494b9f576872aebb468c2aeb9f5300
client: remove unneeded layout on MClientCaps

This field is needed by the client when it
receives an MClientCaps from the server, but
it is never read on the serevr when set by
the client.

This change is aimed at making the code easier
to understand by removing something redundant (it's
not a performance optimisation!)

Signed-off-by: John Spray <john.spray@redhat.com>
src/client/Client.cc