diff options
author | Eric Biggers <ebiggers@google.com> | 2016-12-03 15:28:53 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-12-03 15:28:53 -0500 |
commit | 21d0f4fa8e7b026cdae988f99f4c3aab154d5b7c (patch) | |
tree | 87b17f432155f7664d478d5a23588fdda388eadd /sound | |
parent | 918b7306edacbcc8a9ca318a5a34d73954e1705d (diff) | |
download | linux-21d0f4fa8e7b026cdae988f99f4c3aab154d5b7c.tar.gz linux-21d0f4fa8e7b026cdae988f99f4c3aab154d5b7c.tar.bz2 linux-21d0f4fa8e7b026cdae988f99f4c3aab154d5b7c.zip |
mbcache: don't BUG() if entry cache cannot be allocated
mbcache can be a module that is loaded long after startup, when someone
asks to mount an ext2 or ext4 filesystem. Therefore it should not BUG()
if kmem_cache_create() fails, but rather just fail the module load.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions