Searched hist:"90 bea5a3f0bf680b87b90516f3c231997f4b8f3b" (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ubifs/ |
H A D | io.c | 90bea5a3f0bf680b87b90516f3c231997f4b8f3b Mon Jun 02 13:51:10 UTC 2014 Daniel Golle <daniel@makrotopia.org> 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>
|
H A D | ubifs.h | 90bea5a3f0bf680b87b90516f3c231997f4b8f3b Mon Jun 02 13:51:10 UTC 2014 Daniel Golle <daniel@makrotopia.org> 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>
|