[merged] hfsplus-get-rid-of-write_super-v3.patch removed from -mm tree

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

 



The patch titled
     Subject: hfsplus-get-rid-of-write_super-v3
has been removed from the -mm tree.  Its filename was
     hfsplus-get-rid-of-write_super-v3.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Artem Bityutskiy <artem.bityutskiy@xxxxxxxxxxxxxxx>
Subject: hfsplus-get-rid-of-write_super-v3

Remove 'cancel_delayed_work()' from 'hfsplus_sync_fs()' because it is not
enough to just cancel the job, we need to set the work_queued flag to zero
as well.  I could do this, but it is simpler to just remove this tiny
optimization - we do not gain much with it.  I caught this bug while doing
some more testing.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@xxxxxxxxxxxxxxx>
Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Cc: Christoph Hellwig <hch@xxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 fs/hfsplus/super.c |    2 --
 1 file changed, 2 deletions(-)

diff -puN fs/hfsplus/super.c~hfsplus-get-rid-of-write_super-v3 fs/hfsplus/super.c
--- a/fs/hfsplus/super.c~hfsplus-get-rid-of-write_super-v3
+++ a/fs/hfsplus/super.c
@@ -173,8 +173,6 @@ static int hfsplus_sync_fs(struct super_
 
 	dprint(DBG_SUPER, "hfsplus_sync_fs\n");
 
-	cancel_delayed_work(&sbi->sync_work);
-
 	/*
 	 * Explicitly write out the special metadata inodes.
 	 *
_

Patches currently in -mm which might be from artem.bityutskiy@xxxxxxxxxxxxxxx are

linux-next.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