From: Theodore Ts'o Date: Sun, 4 Mar 2012 04:20:47 +0000 (-0500) Subject: ext4: use a table-driven handler for mount options X-Git-Tag: v3.4-rc1~75^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26092bf52478d23f872c6531e9e3ea9bde2c66c1;p=pandora-kernel.git ext4: use a table-driven handler for mount options By using a table-drive approach, we shave about 100 lines of code from ext4, and make the code a bit more regular and factored out. This will also make it possible in a future patch to use this table for displaying the mount options that were specified in /proc/mounts. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed