Whamcloud - gitweb
LU-8837 obd: remove linux directory 00/32100/2
authorJames Simmons <uja.ornl@yahoo.com>
Fri, 20 Apr 2018 15:28:25 +0000 (11:28 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 6 May 2018 03:42:43 +0000 (03:42 +0000)
commit6f8d0e2905286cadda1564ace6c2e6b034f0dfd6
tree715e7a793c2d62a005d9d7bf62a313bf651d67a7
parent8d2655309a80a55a066011a66e7c95f7a0087e9c
LU-8837 obd: remove linux directory

With only two files in obdclass/linux we can move the code around.
Rename linux-obdo.c to obdo_server.c since its only server code.
Move the ioctl handling in linux-module.c to class_obd.c and
rename linux-module.c to obd_sysfs.c since it only contains sysfs/
debugfs code.

Test-Parameters: trivial

Change-Id: Ie4b99cf37f83158f9d43eb38c971c1602f805c6f
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/32100
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/autoconf/lustre-core.m4
lustre/obdclass/Makefile.in
lustre/obdclass/autoMakefile.am
lustre/obdclass/class_obd.c
lustre/obdclass/linux/.gitignore [deleted file]
lustre/obdclass/linux/Makefile.am [deleted file]
lustre/obdclass/obd_sysfs.c [moved from lustre/obdclass/linux/linux-module.c with 70% similarity]
lustre/obdclass/obdo_server.c [moved from lustre/obdclass/linux/linux-obdo.c with 100% similarity]