Whamcloud - gitweb
LU-9859 libcfs: move kernel specific code out of libcfs core 63/56763/2
authorJames Simmons <jsimmons@infradead.org>
Wed, 23 Oct 2024 00:29:11 +0000 (17:29 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 5 Nov 2024 06:29:08 +0000 (06:29 +0000)
commite40cc9b7c26b119d651b569b251b27ebe955af4f
tree7a5b5c4b0ec534c8fe9cdd13c95383a033f74205
parent45c624eb4656a6d25e3557e453a5e27c02ffc7f5
LU-9859 libcfs: move kernel specific code out of libcfs core

Over time kernel version specific code has leaked into the libcfs
core code. Move that code to the linux subdirectory code so in
the future code cleanup is not missed.

Lustre-change: https://review.whamcloud.com/52010
Lustre-commit: 8754693fe6ddac4b74e27800a05d5aea00bb0359

Test-Parameters: trivial
Change-Id: I38a00c377334066160083edd3932d4a718198497
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56763
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/include/libcfs/libcfs.h
libcfs/include/libcfs/libcfs_debug.h
libcfs/include/libcfs/libcfs_private.h
libcfs/include/libcfs/linux/linux-mem.h
libcfs/include/libcfs/linux/linux-misc.h
libcfs/libcfs/debug.c
libcfs/libcfs/libcfs_mem.c
libcfs/libcfs/linux/linux-prim.c
libcfs/libcfs/module.c