From: Artem Bityutskiy Date: Thu, 21 Apr 2011 12:11:33 +0000 (+0300) Subject: UBIFS: use ro_mount instead of MS_RDONLY X-Git-Tag: v3.0-rc1~317^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2f9a019e655f3407e4e69cdbaf8b75699b79a4;p=pandora-kernel.git UBIFS: use ro_mount instead of MS_RDONLY We have our own flags indicating R/O mode, and c->ro_mode is equivalent to MS_RDONLY. Let's be consistent and use UBIFS flags everywhere. This patch is just a minor cleanup. Additionally, add a comment that we are surprised with VFS behavior - as a reminder to look at this some day. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed