s390/extmem: remove stale -ENOSPC comment and handling
authorDavid Hildenbrand <david@redhat.com>
Tue, 30 Jun 2020 08:42:40 +0000 (10:42 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 3 Jul 2020 08:49:16 +0000 (10:49 +0200)
commit0ef5d691aae0322cbab0807c184ba534536a4698
tree438c008c6db5fc740141e866dfd9c94823221cc7
parent8e1398f8987851bb266c1d8d911752a18e1d05b4
s390/extmem: remove stale -ENOSPC comment and handling

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: Vasily Gorbik <gor@linux.ibm.com>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Suggested-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20200630084240.8283-1-david@redhat.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/mm/extmem.c