commit | 5dc397113d195a004899ee672c5a8a19809495ba | [log] [tgz] |
---|---|---|
author | Riccardo Schirone <sirmy15@gmail.com> | Thu Jan 11 15:34:04 2018 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jan 11 15:34:04 2018 -0500 |
tree | d8188a675f805409205ae781f529e18d0e8bcbec | |
parent | b99fee58a20ab8e0557cce87b6f187e325993142 [diff] |
ext4: create ext4_kset dynamically ksets contain a kobject and they should always be allocated dynamically, because it is unknown to whoever creates them when ksets can be released. Signed-off-by: Riccardo Schirone <sirmy15@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>