Skip to content

Commit

Permalink
ext4: use a table-driven handler for mount options
Browse files Browse the repository at this point in the history
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" <tytso@mit.edu>
  • Loading branch information
Theodore Ts'o committed Mar 4, 2012
1 parent 72578c3 commit 26092bf
Showing 1 changed file with 234 additions and 336 deletions.
Loading

0 comments on commit 26092bf

Please sign in to comment.