summaryrefslogtreecommitdiff
path: root/include/linux/parser.h
AgeCommit message (Collapse)Author
2003-12-29[PATCH] Add lib/parser.c kernel-docAndrew Morton
From: Will Dyson <will_dyson@pobox.com> Add documentation and comments to lib/parser.c and include/linux/parser.h
2003-10-01[PATCH] table-driven filesystems option parsingAndrew Morton
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.