]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - fs/orangefs/downcall.h
orangefs: turn param response value into union
authorMartin Brandenburg <martin@omnibond.com>
Tue, 2 Aug 2016 20:33:34 +0000 (16:33 -0400)
committerMartin Brandenburg <martin@omnibond.com>
Mon, 8 Aug 2016 19:12:28 +0000 (15:12 -0400)
commit680908e5046bdd37a678691d881d98486c3e9a53
tree3a673c904db260dbb81fa423e844d898eda7c671
parenta6dff80a964176daca0d41492a6ca280d2246324
orangefs: turn param response value into union

This will support a upcoming request where two related values need to be
updated atomically.

This was done without a union in the OrangeFS server source already. Since
that will break the kernel protocol, it has been fixed there and done here
in a way that does not break the kernel protocol.

Signed-off-by: Martin Brandenburg <martin@omnibond.com>
fs/orangefs/downcall.h
fs/orangefs/orangefs-sysfs.c
fs/orangefs/upcall.h