Whamcloud - gitweb
LU-6142 obdclass: checkpatch cleanup of obd_mount_server.c 59/47259/6
authorJames Simmons <jsimmons@infradead.org>
Mon, 6 Jun 2022 14:30:05 +0000 (10:30 -0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 11 Jul 2022 06:49:01 +0000 (06:49 +0000)
commit78b04d8ee7b60e8e950a34a4695699a19e9fe89a
treecf611ba19f10d81752f67cfb7eecc1b639662edc
parent192902851d73ec246af92a2ff7be8f23b08c4343
LU-6142 obdclass: checkpatch cleanup of obd_mount_server.c

Address the many issues reported by checkpatch.pl. Replace __u**
with u** since it is kernel only code. Move lustre_tgt
registeration from obd_mount.c to obd_mount_server.c.

Change-Id: If06d120434ecb200f7a265167a537b2c98519670
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/47259
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/obdclass/obd_mount.c
lustre/obdclass/obd_mount_server.c