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-- 13.9 KB
Makefile -rw-r--r-- 1.8 KB
amd76xrom.c -rw-r--r-- 9.2 KB
cfi_flagadm.c -rw-r--r-- 3.9 KB
ck804xrom.c -rw-r--r-- 10.7 KB
dc21285.c -rw-r--r-- 5.4 KB
esb2rom.c -rw-r--r-- 12.8 KB
ichxrom.c -rw-r--r-- 9.7 KB
impa7.c -rw-r--r-- 2.7 KB
intel_vr_nor.c -rw-r--r-- 6.7 KB
ixp4xx.c -rw-r--r-- 6.0 KB
l440gx.c -rw-r--r-- 4.0 KB
lantiq-flash.c -rw-r--r-- 5.0 KB
map_funcs.c -rw-r--r-- 1.1 KB
netsc520.c -rw-r--r-- 3.4 KB
nettel.c -rw-r--r-- 11.6 KB
pci.c -rw-r--r-- 7.4 KB
pcmciamtd.c -rw-r--r-- 19.8 KB
physmap-bt1-rom.c -rw-r--r-- 2.9 KB
physmap-bt1-rom.h -rw-r--r-- 401 bytes
physmap-core.c -rw-r--r-- 16.3 KB
physmap-gemini.c -rw-r--r-- 5.1 KB
physmap-gemini.h -rw-r--r-- 389 bytes
physmap-ixp4xx.c -rw-r--r-- 3.2 KB
physmap-ixp4xx.h -rw-r--r-- 389 bytes
physmap-versatile.c -rw-r--r-- 5.6 KB
physmap-versatile.h -rw-r--r-- 410 bytes
pismo.c -rw-r--r-- 5.8 KB
plat-ram.c -rw-r--r-- 4.7 KB
pmcmsp-flash.c -rw-r--r-- 6.0 KB
pxa2xx-flash.c -rw-r--r-- 3.4 KB
rbtx4939-flash.c -rw-r--r-- 3.0 KB
sa1100-flash.c -rw-r--r-- 6.5 KB
sbc_gxx.c -rw-r--r-- 5.6 KB
sc520cdp.c -rw-r--r-- 8.4 KB
scb2_flash.c -rw-r--r-- 7.2 KB
scx200_docflash.c -rw-r--r-- 5.3 KB
solutionengine.c -rw-r--r-- 2.4 KB
sun_uflash.c -rw-r--r-- 3.5 KB
ts5500_flash.c -rw-r--r-- 2.1 KB
tsunami_flash.c -rw-r--r-- 2.5 KB
uclinux.c -rw-r--r-- 2.8 KB
vmu-flash.c -rw-r--r-- 19.3 KB

back to top