[to-be-updated] hfsplus-implement-replay-journal-functionality-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Subject: [to-be-updated] hfsplus-implement-replay-journal-functionality-fix.patch removed from -mm tree
To: slava@xxxxxxxxxxx,hch@xxxxxxxxxxxxx,htl10@xxxxxxxxxxxxxxxxxxxxx,viro@xxxxxxxxxxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Wed, 05 Feb 2014 15:49:25 -0800


The patch titled
     Subject: hfsplus: remove unnecessary duplication of cleanup in hfsplus_replay_journal() method
has been removed from the -mm tree.  Its filename was
     hfsplus-implement-replay-journal-functionality-fix.patch

This patch was dropped because an updated version will be merged

------------------------------------------------------
From: Vyacheslav Dubeyko <slava@xxxxxxxxxxx>
Subject: hfsplus: remove unnecessary duplication of cleanup in hfsplus_replay_journal() method

Remove unnecessary duplication of cleanup in hfsplus_replay_journal()
method.

Signed-off-by: Vyacheslav Dubeyko <slava@xxxxxxxxxxx>
Cc: Hin-Tak Leung <htl10@xxxxxxxxxxxxxxxxxxxxx>
Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Cc: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 fs/hfsplus/journal.c |    7 -------
 1 file changed, 7 deletions(-)

diff -puN fs/hfsplus/journal.c~hfsplus-implement-replay-journal-functionality-fix fs/hfsplus/journal.c
--- a/fs/hfsplus/journal.c~hfsplus-implement-replay-journal-functionality-fix
+++ a/fs/hfsplus/journal.c
@@ -947,13 +947,6 @@ static int hfsplus_replay_journal(struct
 		err = -EIO;
 	}
 
-	if (unlikely(err))
-		goto failed_journal_replay;
-
-	mutex_unlock(&jnl->jnl_lock);
-	hfsplus_deinit_block_list_desc(&desc);
-	return 0;
-
 failed_journal_replay:
 	mutex_unlock(&jnl->jnl_lock);
 	hfsplus_deinit_block_list_desc(&desc);
_

Patches currently in -mm which might be from slava@xxxxxxxxxxx are

hfsplus-integrate-journal-replay-support-into-driver.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux