/include/xen/

path: root/include/trace/events/9p.h
AgeCommit message (Expand)AuthorFilesLines
Martin Brandenburg <martin@omnibond.com>2016-08-15 14:02:39 -0400
committerMartin Brandenburg <martin@omnibond.com>2016-08-15 14:02:39 -0400
commit2e9f80da076ec33cdb39dc0ddaecfa2262abd87c (patch)
treebce18d51550b359824d2c3f35d5211c1ae95d4a7
parentdc3012a7afb529f3306c880be379b3021892279e (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>
Diffstat
-rw-r--r--fs/orangefs/orangefs-sysfs.c472
1 files changed, 81 insertions, 391 deletions
diff --git a/fs/orangefs/orangefs-sysfs.c b/fs/orangefs/orangefs-sysfs.c