From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [GIT PULL] hfsplus regression fixes Date: Tue, 5 Jul 2011 06:44:14 -0400 Message-ID: <20110705104414.GA17713@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: torvalds@linux-foundation.org Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi Linus, please pull two small fixes for regressions introduced in the last big batch of hfsplus updates in 2.6.38. The following changes since commit ca56a95eedcc95f8fea7b49c87565cd961d74fe2: Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 (2011-06-29 18:18:48 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus.git for-linus Alexey Khoroshilov (1): hfsplus: Fix double iput of the same inode in hfsplus_fill_super() Seth Forshee (1): hfsplus: add missing call to bio_put() fs/hfsplus/super.c | 2 +- fs/hfsplus/wrapper.c | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-)