mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [merged] aoe-cleanup-remove-unused-ata_scnt-function.patch removed from -mm tree
@ 2012-12-18 20:09 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2012-12-18 20:09 UTC (permalink / raw)
  To: ecashin, mm-commits


The patch titled
     Subject: aoe: cleanup: remove unused ata_scnt function
has been removed from the -mm tree.  Its filename was
     aoe-cleanup-remove-unused-ata_scnt-function.patch

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

------------------------------------------------------
From: Ed Cashin <ecashin@coraid.com>
Subject: aoe: cleanup: remove unused ata_scnt function

Signed-off-by: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/block/aoe/aoecmd.c |   10 ----------
 1 file changed, 10 deletions(-)

diff -puN drivers/block/aoe/aoecmd.c~aoe-cleanup-remove-unused-ata_scnt-function drivers/block/aoe/aoecmd.c
--- a/drivers/block/aoe/aoecmd.c~aoe-cleanup-remove-unused-ata_scnt-function
+++ a/drivers/block/aoe/aoecmd.c
@@ -552,16 +552,6 @@ sthtith(struct aoedev *d)
 	return 1;
 }
 
-static inline unsigned char
-ata_scnt(unsigned char *packet) {
-	struct aoe_hdr *h;
-	struct aoe_atahdr *ah;
-
-	h = (struct aoe_hdr *) packet;
-	ah = (struct aoe_atahdr *) (h+1);
-	return ah->scnt;
-}

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

only message in thread, other threads:[~2012-12-18 20:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-18 20:09 [merged] aoe-cleanup-remove-unused-ata_scnt-function.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).