git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1f745
)
ext4: unregister features interface on module unload
author
Lukas Czerner
<lczerner@redhat.com>
Thu, 3 Feb 2011 19:33:33 +0000
(14:33 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 3 Feb 2011 19:33:33 +0000
(14:33 -0500)
Ext4 features interface was not properly unregistered which led to
problems while unloading/reloading ext4 module. This commit fixes that by
adding proper kobject unregistration code into ext4_exit_fs() as well as
fail-path of ext4_init_fs()
Reported-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@kernel.org
fs/ext4/super.c
patch
|
blob
|
history
diff --cc
fs/ext4/super.c
Simple merge