]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ext4: destroy ext4_es_cachep on module unload
authorEric Sandeen <sandeen@redhat.com>
Fri, 26 Jul 2013 19:21:11 +0000 (15:21 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 26 Jul 2013 19:21:11 +0000 (15:21 -0400)
commitdd12ed144e9797094c04736f97aa27d5fe401476
tree42b60f138fe6d44a99f25101454ba6e21139ff34
parenta34eb503742fd25155fd6cff6163daacead9fbc3
ext4: destroy ext4_es_cachep on module unload

Without this, module can't be reloaded.

[  500.521980] kmem_cache_sanity_check (ext4_extent_status): Cache name already exists.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@vger.kernel.org # v3.8+
fs/ext4/super.c