]> git.baikalelectronics.ru Git - kernel.git/commit
zpool: remove no-op module init/exit
authorDan Streetman <ddstreet@ieee.org>
Tue, 8 Sep 2015 22:05:09 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Sep 2015 22:35:28 +0000 (15:35 -0700)
commit9cc27766fdcb9c0700d18c70207993158f5126ad
tree4b6a7ba075df52f4fd62ed23e42107a4cf8dd47a
parent873b564965602de44ec17dc4910be279e9d9113e
zpool: remove no-op module init/exit

Remove zpool_init() and zpool_exit(); they do nothing other than print
"loaded" and "unloaded".

Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/zpool.c