[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20090611165837.37CC84C9BAD@norville.austin.ibm.com>
Date: Thu, 11 Jun 2009 11:58:37 -0500 (CDT)
From: shaggy@...ux.vnet.ibm.com
To: torvalds@...ux-foundation.org
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] jfs update
Linus, please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git for-linus
This will update the following files:
fs/jfs/jfs_imap.c | 1 +
fs/jfs/super.c | 4 +++-
2 files changed, 4 insertions(+), 1 deletions(-)
through these ChangeSets:
commit 79f52b77b89e8b7aa9fbe62135eea198a2ecbd5b
Author: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
Date: Sat May 23 20:28:41 2009 -0500
jfs: Add missing mutex_unlock call to error path
Jan Kucera found an missing call to mutex_unlock() with his static code
checker. It's an unlikely error path to hit in the real world, but it
should be fixed.
Signed-off-by: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
Reported-by: Jan Kucera <kucera.jan.cz@...il.com>
commit 9c83633ad38138855181af6936e8ac570ef7e2cb
Author: Dan Carpenter <error27@...il.com>
Date: Tue Apr 7 14:48:16 2009 +0300
missing unlock in jfs_quota_write()
We should unlock &inode->i_mutex on the error path. This bug was
in ext2_quota_write(). I sent a patch to them today as well.
Found by smatch (http://repo.or.cz/w/smatch.git). Compile tested.
regards,
dan carpenter
Signed-off-by: Dan Carpenter <error27@...il.com>
Signed-off-by: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists