From: Goldwyn Rodrigues <[email protected]> This adds /sys/fs/ocfs2/<s_id> to the sys filesystem. All other files are added in this directory. This is done by: 1. Adding kobject in the ocfs2_super structure 2. Using ocfs2_sb_attr which encompass all the show() and store() functions
This also reduce code and does away with unnecessary data structure, but adds some in the ocfs2_super for house keeping. Hopefully, this would be used to further add configurable parameters for the super block. Suggestions/Criticism welcome. -- Goldwyn _______________________________________________ Ocfs2-devel mailing list [email protected] https://oss.oracle.com/mailman/listinfo/ocfs2-devel
