]> bbs.cooldavid.org Git - net-next-2.6.git/commit
UBIFS: allow sync option in rootflags
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 29 May 2009 09:34:52 +0000 (12:34 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 2 Jun 2009 08:08:07 +0000 (11:08 +0300)
commit8379ea31e991ed2098660954d25f64386adee65c
tree1232942ea268f7d6a4231f841a819564050e4c66
parent428ff9d2e37d3a82af0f56b476f70c244cf550d1
UBIFS: allow sync option in rootflags

When passing UBIFS parameters via kernel command line, the
sync option will be passed to UBIFS as a string, not as an
MS_SYNCHRONOUS flag. Teach UBIFS interpreting this flag.

Reported-by: Aurélien GÉRÔME <ag@debian.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/super.c