Revision b237e3044450fcabc6d63d8578b2fbc8237caba3 authored by Harshad Shirwadkar on 01 April 2021, 17:21:24 UTC, committed by Theodore Ts'o on 09 April 2021, 15:34:58 UTC
Before this patch, the function parse_options() was returning
journal_devnum and journal_ioprio variables to the caller. This patch
generalizes that interface to allow parse_options to return any parsed
options to return back to the caller. In this patch series, it gets
used to capture the value of "mb_optimize_scan=%u" mount option.

Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Reviewed-by: Ritesh Harjani <ritesh.list@gmail.com>
Link: https://lore.kernel.org/r/20210401172129.189766-3-harshadshirwadkar@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
1 parent 67d2518
History
File Mode Size
Kconfig -rw-r--r-- 7.4 KB
Makefile -rw-r--r-- 727 bytes
bcm47xxsflash.c -rw-r--r-- 9.6 KB
bcm47xxsflash.h -rw-r--r-- 2.5 KB
block2mtd.c -rw-r--r-- 10.9 KB
docg3.c -rw-r--r-- 55.9 KB
docg3.h -rw-r--r-- 9.2 KB
lart.c -rw-r--r-- 18.2 KB
mchp23k256.c -rw-r--r-- 5.5 KB
ms02-nv.c -rw-r--r-- 7.0 KB
ms02-nv.h -rw-r--r-- 3.7 KB
mtd_dataflash.c -rw-r--r-- 24.2 KB
mtdram.c -rw-r--r-- 4.2 KB
phram.c -rw-r--r-- 7.1 KB
pmc551.c -rw-r--r-- 25.0 KB
powernv_flash.c -rw-r--r-- 7.2 KB
serial_flash_cmds.h -rw-r--r-- 1.6 KB
slram.c -rw-r--r-- 8.5 KB
spear_smi.c -rw-r--r-- 29.6 KB
sst25l.c -rw-r--r-- 9.4 KB
st_spi_fsm.c -rw-r--r-- 57.9 KB

back to top