On Tue, Apr 06, 2021 at 02:49:01PM -0700, Bart Van Assche wrote: > Since elevator_exit() has only one caller, move its definition from > block/blk.h into block/elevator.c. Remove the inline keyword since modern > compilers are smart enough to decide when to inline functions that occur > in the same compilation unit. > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> > Acked-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx> > Tested-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > Cc: Ming Lei <ming.lei@xxxxxxxxxx> > Cc: Hannes Reinecke <hare@xxxxxxx> > Cc: Johannes Thumshirn <johannes.thumshirn@xxxxxxx> > Cc: John Garry <john.garry@xxxxxxxxxx> > Cc: Khazhy Kumykov <khazhy@xxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Reviewed-by: Daniel Wagner <dwagner@xxxxxxx>