commit | 95c4df029374d8c09ad36c961e7a14a1d3ac6a6f | [log] [tgz] |
---|---|---|
author | Riccardo Schirone <sirmy15@gmail.com> | Thu Jan 11 14:28:13 2018 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jan 11 14:28:13 2018 -0500 |
tree | f5a9cd8c23ea7328a5babedd0cab8763074305a2 | |
parent | a794df0ecdd557961a0302062f5a7a5f500a8542 [diff] |
ext4: release kobject/kset even when init/register fail Even when kobject_init_and_add/kset_register fail, the kobject has been already initialized and the refcount set to 1. Thus it is necessary to release the kobject/kset, to avoid the memory associated with it hanging around forever. Signed-off-by: Riccardo Schirone <sirmy15@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>