On Tue, Jun 30, 2020 at 10:42:40AM +0200, David Hildenbrand wrote: > segment_load() will no longer return -ENOSPC. If a segment overlaps with > storage, we now also return -EBUSY. Remove the stale comment from > __segment_load() and the stale handling from segment_warning(). > > Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> > Cc: Vasily Gorbik <gor@xxxxxxxxxxxxx> > Cc: Christian Borntraeger <borntraeger@xxxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: Gerald Schaefer <gerald.schaefer@xxxxxxxxxx> > Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> > --- > arch/s390/mm/extmem.c | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) Applied, thanks!