All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] hfsplus-amend-debugging-print.patch removed from -mm tree
@ 2012-07-17 20:04 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2012-07-17 20:04 UTC (permalink / raw)
  To: artem.bityutskiy, hch, viro, mm-commits


The patch titled
     Subject: hfsplus: amend debugging print
has been removed from the -mm tree.  Its filename was
     hfsplus-amend-debugging-print.patch

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

------------------------------------------------------
From: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Subject: hfsplus: amend debugging print

Print correct function name in the debugging print of the
'hfsplus_sync_fs()' function.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/hfsplus/super.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/hfsplus/super.c~hfsplus-amend-debugging-print fs/hfsplus/super.c
--- a/fs/hfsplus/super.c~hfsplus-amend-debugging-print
+++ a/fs/hfsplus/super.c
@@ -171,7 +171,7 @@ static int hfsplus_sync_fs(struct super_
 	if (!wait)
 		return 0;
 
-	dprint(DBG_SUPER, "hfsplus_write_super\n");
+	dprint(DBG_SUPER, "hfsplus_sync_fs\n");
 
 	sb->s_dirt = 0;
 
_

Patches currently in -mm which might be from artem.bityutskiy@linux.intel.com are

linux-next.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-17 20:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-17 20:04 [merged] hfsplus-amend-debugging-print.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.