commit | 2e9f80da076ec33cdb39dc0ddaecfa2262abd87c | [log] [tgz] |
---|---|---|
author | Martin Brandenburg <martin@omnibond.com> | Mon Aug 15 14:02:39 2016 -0400 |
committer | Martin Brandenburg <martin@omnibond.com> | Mon Aug 15 14:02:39 2016 -0400 |
tree | bce18d51550b359824d2c3f35d5211c1ae95d4a7 | |
parent | dc3012a7afb529f3306c880be379b3021892279e [diff] |
orangefs: reorganize duplicated sysfs attribute structs We had a separate struct type for each type of attribute, but they all did the exact same thing. Consolidate them into one struct orangefs_attribute type. Signed-off-by: Martin Brandenburg <martin@omnibond.com>