Home
last modified time | relevance | path

Searched hist:"1321657 d8f843641529eff26e25722158cc29349" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Ddebug.cdiff 1321657d8f843641529eff26e25722158cc29349 Sun Apr 24 02:53:17 CDT 2011 Artem Bityutskiy <Artem.Bityutskiy@nokia.com> UBIFS: fix oops in lprops dump function

The 'dbg_dump_lprop()' is trying to detect journal head LEBs when printing,
so it looks at the write-buffers. However, if we are in R/O mode, we
de-allocate the write-buffers, so 'dbg_dump_lprop()' oopses. This patch fixes
the issue.

Note, this patch is not critical, it is only about the debugging code path, and
it is unlikely that anyone but UBIFS developers would ever hit this issue.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>