commit | 8d44d9741f6808c107a144f469fb89e6fe7c55e3 | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Fri Jul 25 01:46:41 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jul 25 10:53:34 2008 -0700 |
tree | 8260a685c5eb6710a36991548d6cb9dbf31520c7 | |
parent | 3264d4ded4d916d294d776b77b72d477c63ac3be [diff] |
fat: fix parse_options() Current parse_options() exits too early. We need to run the code of bottom in this function even if users doesn't specify options. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>