Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/rds: remove unused struct 'rds_ib_dereg_odp_mr'

'rds_ib_dereg_odp_mr' has been unused since the original
commit 2eafa1746f17 ("net/rds: Handle ODP mr
registration/unregistration").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Link: https://patch.msgid.link/20240930134358.48647-1-linux@treblig.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Dr. David Alan Gilbert and committed by
Jakub Kicinski
25ba2a5a 3ed8d344

-4
-4
net/rds/ib_rdma.c
··· 40 40 #include "rds.h" 41 41 42 42 struct workqueue_struct *rds_ib_mr_wq; 43 - struct rds_ib_dereg_odp_mr { 44 - struct work_struct work; 45 - struct ib_mr *mr; 46 - }; 47 43 48 44 static void rds_ib_odp_mr_worker(struct work_struct *work); 49 45