[merged] hfs-get-rid-of-hfs_sync_super-v2.patch removed from -mm tree

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

 



The patch titled
     Subject: hfs: get rid of hfs_sync_super
has been removed from the -mm tree.  Its filename was
     hfs-get-rid-of-hfs_sync_super-v2.patch

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

------------------------------------------------------
From: Artem Bityutskiy <artem.bityutskiy@xxxxxxxxxxxxxxx>
Subject: hfs: get rid of hfs_sync_super

Remove 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.

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

 fs/hfs/mdb.c |    2 --
 1 file changed, 2 deletions(-)

diff -puN fs/hfs/mdb.c~hfs-get-rid-of-hfs_sync_super-v2 fs/hfs/mdb.c
--- a/fs/hfs/mdb.c~hfs-get-rid-of-hfs_sync_super-v2
+++ a/fs/hfs/mdb.c
@@ -263,8 +263,6 @@ void hfs_mdb_commit(struct super_block *
 	if (sb->s_flags & MS_RDONLY)
 		return;
 
-	cancel_delayed_work(&HFS_SB(sb)->mdb_work);
-
 	lock_buffer(HFS_SB(sb)->mdb_bh);
 	if (test_and_clear_bit(HFS_FLG_MDB_DIRTY, &HFS_SB(sb)->flags)) {
 		/* These parameters may have been modified, so write them back */
_

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