commit | 680908e5046bdd37a678691d881d98486c3e9a53 | [log] [tgz] |
---|---|---|
author | Martin Brandenburg <martin@omnibond.com> | Tue Aug 02 16:33:34 2016 -0400 |
committer | Martin Brandenburg <martin@omnibond.com> | Mon Aug 08 15:12:28 2016 -0400 |
tree | 3a673c904db260dbb81fa423e844d898eda7c671 | |
parent | a6dff80a964176daca0d41492a6ca280d2246324 [diff] |
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>