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>
m->head.xattr_version = in->xattr_version;
}
- m->set_layout(in->layout);
m->size = in->size;
m->max_size = in->max_size;
m->truncate_seq = in->truncate_seq;