commit | 3b2f9a019e655f3407e4e69cdbaf8b75699b79a4 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Thu Apr 21 15:11:33 2011 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri May 13 19:23:55 2011 +0300 |
tree | 6cb40aec6dd430b1af32a4d20ffbe346ea6b9b3f | |
parent | 1a29af8bd740b2720caeafbffece1c0be6a9d06d [diff] |
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 <Artem.Bityutskiy@nokia.com>