[PATCH] table-driven filesystems option parsing
commit5221f633a04ed0edf7edc10c07d0e5934abc038c
authorAndrew Morton <akpm@osdl.org>
Wed, 1 Oct 2003 17:58:08 +0000 (1 10:58 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 1 Oct 2003 17:58:08 +0000 (1 10:58 -0700)
tree3d1f11531410e3617070610ed5b78e0b3c44604d
parentb2dd867477c080de713e366809b71fd500a6b300
[PATCH] table-driven filesystems option parsing

From: "Randy.Dunlap" <rddunlap@osdl.org>, Will Dyson <will_dyson@pobox.com>, me

Add generic filesystem options parser (infrastructure) and use it to parse
mount options in several filesystems (adfs, affs, autofs, autofs4, ext2,
ext3, fat, hfs, hpfs, isofs, jfs, procfs, udf, and ufs).

It saves between 128 and 512 bytes per filesystem.
18 files changed:
fs/adfs/super.c
fs/affs/super.c
fs/autofs/inode.c
fs/autofs4/inode.c
fs/befs/linuxvfs.c
fs/ext2/super.c
fs/ext3/super.c
fs/fat/inode.c
fs/hfs/super.c
fs/hpfs/super.c
fs/isofs/inode.c
fs/jfs/super.c
fs/proc/inode.c
fs/udf/super.c
fs/ufs/super.c
include/linux/parser.h [new file with mode: 0644]
lib/Makefile
lib/parser.c [new file with mode: 0644]