ext4: move ext4_show_options() after parse_options()
authorTheodore Ts'o <tytso@mit.edu>
Sun, 4 Mar 2012 04:20:50 +0000 (23:20 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 4 Mar 2012 04:20:50 +0000 (23:20 -0500)
commit2adf6da8379b68838aa1002e11efd66916689a9b
tree17b25884c265f67134d45bde0e85456841075b6d
parent26092bf52478d23f872c6531e9e3ea9bde2c66c1
ext4: move ext4_show_options() after parse_options()

This commit is strictly a code movement so in preparation of changing
ext4_show_options to be table driven.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c