mbox series

[PATCHv3,0/2] Introduce custom sanitize timeout

Message ID 980bb045bad7406eabef5598022a732c@hyperstone.com (mailing list archive)
Headers show
Series Introduce custom sanitize timeout | expand

Message

Christian Loehle Oct. 13, 2022, 9:10 a.m. UTC
Sanitize operation has been shown to take longer on some cards.
Refactor switch calls to include a timeout and let the user input
a timeout.

v3: Let kernel handle default switch timeout
v2: Make refactor commit usable on it's own

Christian Loehle (2):
  mmc-utils: Refactor switch to allow custom timeout
  mmc-utils: Allow for custom sanitize timeout

 mmc.c      |  2 +-
 mmc_cmds.c | 68 +++++++++++++++++++++++++++++-------------------------
 2 files changed, 38 insertions(+), 32 deletions(-)