commit | e8bc2c808c2cb34cfc59763821cafd6aadd478fb | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sun Feb 27 14:00:19 2011 -0800 |
committer | Koushik Dutta <koushd@gmail.com> | Sun Feb 27 14:00:19 2011 -0800 |
tree | 49410ee70c85f25985fdaaee962cd2a3bdd5bd37 | |
parent | 33fd0d0a7063be351d099d82494622bacb4fb18d [diff] [blame] |
Support fs mount options. Change-Id: I8b0dc79dd054c4d1af599d9b68b5478196bdd183
diff --git a/extendedcommands.c b/extendedcommands.c index 1ce3bf1..80849fb 100644 --- a/extendedcommands.c +++ b/extendedcommands.c
@@ -1026,6 +1026,9 @@ void process_volumes() { create_fstab(); + return; + + // dead code. if (device_flash_type() != BML) return;