[GIT PULL] jfs update

From: shaggy
Date: Thu Jun 11 2009 - 12:58:51 EST


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@xxxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxx>
Reported-by: Jan Kucera <kucera.jan.cz@xxxxxxxxx>

commit 9c83633ad38138855181af6936e8ac570ef7e2cb
Author: Dan Carpenter <error27@xxxxxxxxx>
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@xxxxxxxxx>
Signed-off-by: Dave Kleikamp <shaggy@xxxxxxxxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/