mbox

[GIT,PULL] UBIFS fixes for 3.6-rc3

Message ID 1345704908.2848.202.camel@sauron.fi.intel.com
State Accepted
Headers show

Pull-request

git://git.infradead.org/linux-ubifs.git tags/upstream-3.6-rc3

Message

Artem Bityutskiy Aug. 23, 2012, 6:55 a.m. UTC
Hi Linus,

The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92:

  Linux 3.6-rc2 (2012-08-16 14:51:24 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-ubifs.git tags/upstream-3.6-rc3

for you to fetch changes up to 69f9025894c391fec2f7c7ea9150203418454915:

  UBIFS: fix error messages spelling (2012-08-22 17:41:09 +0300)

----------------------------------------------------------------
UBIFS fixes for 3.6:
1. Fix crash on error which prevents emulated power-cut testing.
2. Fix log reply regression introduced in 3.6-rc1.
3. Fix UBIFS complaints about too small debug buffer size which.
4. Fix error message spelling, and remove incorrect commentary.

----------------------------------------------------------------
Artem Bityutskiy (5):
      UBIFS: remove stale commentary
      UBIFS: fix crash on error path
      UBIFS: fix replay regression
      UBIFS: fix complaints about too small debug buffer size
      UBIFS: fix error messages spelling

 fs/ubifs/debug.h    |    2 +-
 fs/ubifs/lpt.c      |    5 ++++-
 fs/ubifs/recovery.c |    2 +-
 fs/ubifs/replay.c   |    3 +--
 fs/ubifs/super.c    |    3 ---
 5 files changed, 7 insertions(+), 8 deletions(-)