linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: netdev@vger.kernel.org
Cc: dhowells@redhat.com, linux-afs@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH net-next 4/8] afs: Miscellaneous simple cleanups
Date: Tue, 30 Aug 2016 16:42:05 +0100	[thread overview]
Message-ID: <147257172524.6391.15054443509484866693.stgit@warthog.procyon.org.uk> (raw)
In-Reply-To: <147257169706.6391.3116382288289485794.stgit@warthog.procyon.org.uk>

Remove one #ifndef'd-out variable and a couple of excessive blank lines.

Signed-off-by: David Howells <dhowells@redhat.com>
---

 fs/afs/cmservice.c |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/fs/afs/cmservice.c b/fs/afs/cmservice.c
index 85737e96ab8b..ca32d891bbc3 100644
--- a/fs/afs/cmservice.c
+++ b/fs/afs/cmservice.c
@@ -17,10 +17,6 @@
 #include "internal.h"
 #include "afs_cm.h"
 
-#if 0
-struct workqueue_struct *afs_cm_workqueue;
-#endif  /*  0  */
-
 static int afs_deliver_cb_init_call_back_state(struct afs_call *,
 					       struct sk_buff *, bool);
 static int afs_deliver_cb_init_call_back_state3(struct afs_call *,
@@ -282,7 +278,6 @@ static int afs_deliver_cb_callback(struct afs_call *call, struct sk_buff *skb,
 		break;
 	}
 
-
 	call->state = AFS_CALL_REPLYING;
 
 	/* we'll need the file server record as that tells us which set of
@@ -426,7 +421,6 @@ static void SRXAFSCB_ProbeUuid(struct work_struct *work)
 
 	_enter("");
 
-
 	if (memcmp(r, &afs_uuid, sizeof(afs_uuid)) == 0)
 		reply.match = htonl(0);
 	else

  parent reply	other threads:[~2016-08-30 15:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-30 15:41 [PATCH net-next 0/8] rxrpc: Preparation for removal of use of skbs from AFS David Howells
2016-08-30 15:41 ` [PATCH net-next 1/8] rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_calls David Howells
2016-08-30 15:41 ` [PATCH net-next 2/8] rxrpc: Calls should only have one terminal state David Howells
2016-08-30 15:41 ` [PATCH net-next 3/8] rxrpc: Trace rxrpc_call usage David Howells
2016-08-30 15:42 ` David Howells [this message]
2016-08-30 15:42 ` [PATCH net-next 5/8] afs: Need linux/random.h David Howells
2016-08-30 15:42 ` [PATCH net-next 6/8] rxrpc: Provide a way for AFS to ask for the peer address of a call David Howells
2016-08-30 15:42 ` [PATCH net-next 7/8] rxrpc: Use call->peer rather than going to the connection David Howells
2016-08-30 15:42 ` [PATCH net-next 8/8] rxrpc: Pass struct socket * to more rxrpc kernel interface functions David Howells
2016-08-31  5:09 ` [PATCH net-next 0/8] rxrpc: Preparation for removal of use of skbs from AFS David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=147257172524.6391.15054443509484866693.stgit@warthog.procyon.org.uk \
    --to=dhowells@redhat.com \
    --cc=linux-afs@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).