commit | 90bea5a3f0bf680b87b90516f3c231997f4b8f3b | [log] [tgz] |
---|---|---|
author | Daniel Golle <daniel@makrotopia.org> | Mon Jun 02 15:51:10 2014 +0200 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Mon Jun 02 18:00:52 2014 +0300 |
tree | af096de2a3a5b5f4d61a5bae06331fed9854534b | |
parent | 72abc8f4b4e8574318189886de627a2bfe6cd0da [diff] |
UBIFS: respect MS_SILENT mount flag When attempting to mount a non-ubifs formatted volume, lots of error messages (including a stack dump) are thrown to the kernel log even if the MS_SILENT mount flag is set. Fix this by introducing adding an additional state-variable in struct ubifs_info and suppress error messages in ubifs_read_node if MS_SILENT is set. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>