From: Ryusuke Konishi Date: Mon, 5 Jul 2010 11:08:33 +0000 (+0900) Subject: nilfs2: pass remount flag to parse_options X-Git-Tag: v2.6.36-rc1~500^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c01745781177795e39f78b2c2c42c470a13833a;p=pandora-kernel.git nilfs2: pass remount flag to parse_options This adds is_remount argument to the parse_options() function that obtains mount options from strings. Previously, parse_options did not distinguish context whether it's called for a new mount or remount, so the caller needed additional verifications outside the function. This allows parse_options to verify options and print messages depending on the context. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed