Files
android_kernel_xiaomi_sm8450/fs
Eric Biggers 97c7b18a5d mbcache: remove unnecessary module_get/module_put
When mbcache is built as a module, any modules that use it (ext2 and/or
ext4) will depend on its symbols directly, incrementing its reference
count.  Therefore, there is no need to do module_get/module_put.

Also note that since the module_get/module_put were in the mbcache
module itself, executing those lines of code was already dependent on
another reference to the mbcache module being held.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
2016-12-03 15:38:29 -05:00
..
2016-10-18 12:30:32 +02:00
2016-05-20 17:58:30 -07:00
2016-10-24 14:50:07 -04:00
2016-10-31 14:42:14 +01:00
2016-09-27 21:20:53 -04:00
2016-06-07 22:07:09 -04:00
2016-11-20 20:48:36 -05:00
2016-09-27 18:47:38 -04:00
2016-06-21 09:23:11 +10:00
2016-07-26 16:19:19 -07:00