mbox

[GIT,PULL] UBIFS changes for 3.9-rc1

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

Pull-request

git://git.infradead.org/linux-ubifs.git tags/upstream-3.9-rc1

Message

Artem Bityutskiy Feb. 25, 2013, 9:31 a.m. UTC
Hi Linus,

please pull UBIFS changes for 3.9-rc1.

The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:

  Linux 3.8-rc3 (2013-01-09 18:59:55 -0800)

are available in the git repository at:

  git://git.infradead.org/linux-ubifs.git tags/upstream-3.9-rc1

for you to fetch changes up to 8afd500cb52a5d00bab4525dd5a560d199f979b9:

  UBIFS: fix double free of ubifs_orphan objects (2013-02-04 12:31:48 +0200)

----------------------------------------------------------------
I's been quite silent and we have only a couple of bug-fixes for the orphans
handling code plus one cosmetic change.

----------------------------------------------------------------
Adam Thomas (2):
      UBIFS: fix use of freed ubifs_orphan objects
      UBIFS: fix double free of ubifs_orphan objects

Akinobu Mita (1):
      UBIFS: rename random32() to prandom_u32()

 fs/ubifs/debug.c      |    8 ++++----
 fs/ubifs/lpt_commit.c |   14 +++++++-------
 fs/ubifs/orphan.c     |   12 ++++++++++--
 fs/ubifs/tnc_commit.c |    2 +-
 fs/ubifs/ubifs.h      |    6 +++++-
 5 files changed, 27 insertions(+), 15 deletions(-)