mmc: new request notification unit-test

The new request notification test checks the following scenario:
A new request arrives after a NULL request was sent to the mmc_queue,
which is waiting for completion of a former request.

Change-Id: I05db0959ded400e292eb5e84e1ecfc579b78ee62
Signed-off-by: Konstantin Dorfman <kdorfman@codeaurora.org>
Signed-off-by: Lee Susman <lsusman@codeaurora.org>
[merez@codeaurora.org: fixed conflicts due to removal of BKOPS tests]
Signed-off-by: Maya Erez <merez@codeaurora.org>
[venkatg@codeaurora.org: Drop changes to mmc_block_test.c]
Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
This commit is contained in:
Lee Susman 2014-12-04 10:10:07 +02:00 committed by David Keitel
parent ed448b7a78
commit 28e42664db
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,7 @@ config IOSCHED_NOOP
config IOSCHED_TEST
tristate "Test I/O scheduler"
depends on DEBUG_FS
default y
default m
---help---
The test I/O scheduler is a duplicate of the noop scheduler with
addition of test utlity.

View file

@ -72,7 +72,6 @@ config MMC_TEST
config MMC_BLOCK_TEST
tristate "MMC block test"
depends on MMC_BLOCK && IOSCHED_TEST
default y
help
MMC block test can be used with test iosched to test the MMC block
device.