Whamcloud - gitweb
LU-18162 obdecho: remove LBUG() from echo_device_init() 02/58802/3
authorTimothy Day <timday@amazon.com>
Tue, 15 Apr 2025 16:22:36 +0000 (16:22 +0000)
committerOleg Drokin <green@whamcloud.com>
Fri, 2 May 2025 02:20:27 +0000 (02:20 +0000)
Remove LBUG() from otherwise unimplemented echo_device_init().

Test-Parameters: trivial
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: Idd6c507a546d158438f7b74deb451f70ab15a341
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58802
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/obdecho/echo_client.c

index 96255d7..8f934f6 100644 (file)
@@ -768,7 +768,6 @@ out:
 static int echo_device_init(const struct lu_env *env, struct lu_device *d,
                            const char *name, struct lu_device *next)
 {
-       LBUG();
        return 0;
 }