commit | 3d8712265c26546823b38eb97487262500ff13db | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Tue Jul 15 07:41:37 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Tue Jul 15 07:41:37 2014 +1000 |
tree | 12c4aa183462dbd9d2e6c8e3bd961cbd006acf7f | |
parent | a70a4fa528faf6f22adce9a9067d1f4dfc332ade [diff] |
xfs: add a sysfs kset Create a sysfs kset to contain all sub-objects associated with the XFS module. The kset is created and removed on module initialization and removal respectively. The kset uses fs_obj as a parent. This leads to the creation of a /sys/fs/xfs directory when the kset exists. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>