Re: [PATCH 2/5] mbcache: don't BUG() if entry cache cannot be allocated
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-12-03 20:30:06
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-12-03 20:30:06
On Sat, Nov 26, 2016 at 10:17:58PM -0800, Eric Biggers wrote:
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 <redacted>
Thanks, applied. - Ted