]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitef7433b0967b69c0c2f8262132b2a1fba9f182dc
tree3a673c904db260dbb81fa423e844d898eda7c671
parentdf8d273fd480c36e08e6c98c0668b25bd43f5c83
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