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
controllers
Kconfig -rw-r--r-- 2.5 KB
Makefile -rw-r--r-- 584 bytes
atmel.c -rw-r--r-- 5.9 KB
catalyst.c -rw-r--r-- 855 bytes
core.c -rw-r--r-- 99.8 KB
core.h -rw-r--r-- 16.3 KB
eon.c -rw-r--r-- 1.2 KB
esmt.c -rw-r--r-- 667 bytes
everspin.c -rw-r--r-- 771 bytes
fujitsu.c -rw-r--r-- 473 bytes
gigadevice.c -rw-r--r-- 2.1 KB
intel.c -rw-r--r-- 716 bytes
issi.c -rw-r--r-- 2.7 KB
macronix.c -rw-r--r-- 4.1 KB
micron-st.c -rw-r--r-- 9.0 KB
sfdp.c -rw-r--r-- 39.8 KB
sfdp.h -rw-r--r-- 4.0 KB
spansion.c -rw-r--r-- 9.8 KB
sst.c -rw-r--r-- 5.3 KB
winbond.c -rw-r--r-- 5.4 KB
xilinx.c -rw-r--r-- 2.7 KB
xmc.c -rw-r--r-- 648 bytes

back to top