Whamcloud - gitweb
LU-9859 libcfs: move remaining code from linux-module.c to module.c 10/36510/2
authorNeilBrown <neilb@suse.com>
Sun, 20 Oct 2019 15:09:10 +0000 (11:09 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 6 Dec 2019 01:09:54 +0000 (01:09 +0000)
commit4f18daa42192090b135606816bcb3a6dd8777f0a
tree36948eb0ee768c9828221c00cc189f689911d9c5
parentd2dc1749dde1a4a471a111de633f4c53a4b22a83
LU-9859 libcfs: move remaining code from linux-module.c to module.c

There is no longer any need to keep this code separate,
and now we can remove linux-module.c

Linux-commit: 9604c7ac2005e214cb08500c957a79c58bea5c83

Test-Parameters: trivial

Change-Id: Ie2b905f5a79be17840ddfac0661c10332dc2667d
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-on: https://review.whamcloud.com/36510
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Neil Brown <neilb@suse.de>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
libcfs/libcfs/Makefile.in
libcfs/libcfs/linux/Makefile.am
libcfs/libcfs/linux/linux-module.c [deleted file]
libcfs/libcfs/module.c