All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jim Rees <rees@umich.edu>
To: Benny Halevy <benny@tonian.com>
Cc: Peng Tao <bergwolf@gmail.com>,
	linux-nfs@vger.kernel.org, Benny Halevy <bhalevy@tonian.com>
Subject: Re: [PATCH 1/2] SQUASHME: pnfs: simplify and clean up pnfsiod workqueue
Date: Sun, 11 Sep 2011 13:17:49 -0400	[thread overview]
Message-ID: <20110911171749.GA5195@merit.edu> (raw)
In-Reply-To: <1315755100-31204-1-git-send-email-benny@tonian.com>

From: Jim Rees <rees@umich.edu>
Date: Sun, 11 Sep 2011 13:11:15 -0400
Subject: [PATCH] SQUASHME: pnfs: whitespace

Signed-off-by: Jim Rees <rees@umich.edu>
---
 fs/nfs/pnfs.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c
index 0ef4361..e5e11b4 100644
--- a/fs/nfs/pnfs.c
+++ b/fs/nfs/pnfs.c
@@ -1488,13 +1488,13 @@ out:
 int pnfsiod_start(void)
 {
 	struct workqueue_struct *wq;
-	
+
 	dprintk("NFS:       creating workqueue pnfsiod\n");
 	atomic_inc(&pnfsiod_users);
 	if (pnfsiod_workqueue == NULL) {
 		wq = alloc_workqueue("pnfsiod", WQ_MEM_RECLAIM, 0);
 		if (wq == NULL) {
-			pnfsiod_stop();	
+			pnfsiod_stop();
 			return -ENOMEM;
 		}
 		spin_lock(&pnfs_spinlock);
-- 
1.7.4.1

  reply	other threads:[~2011-09-11 17:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-10 17:41 [PATCH 0/3] pnfs private workqueue, and two cleanups Jim Rees
2011-09-10 17:41 ` [PATCH 1/3] SUNRPC/NFS: make rpc pipe upcall generic Jim Rees
2011-09-10 17:41 ` [PATCH 2/3] pNFS: introduce pnfs private workqueue Jim Rees
2011-09-11 14:51   ` Benny Halevy
2011-09-11 15:15     ` Benny Halevy
2011-09-11 15:31       ` [PATCH 1/2] SQUASHME: pnfs: simplify and clean up pnfsiod workqueue Benny Halevy
2011-09-11 17:17         ` Jim Rees [this message]
2011-09-12 13:31           ` Benny Halevy
2011-09-11 15:31       ` [PATCH 2/2] SQUASHME: pnfs: do pnfsiod_start before registering layout drivers Benny Halevy
2011-09-10 17:41 ` [PATCH 3/3] pNFS: make _set_lo_fail generic Jim Rees
2011-09-11 16:01 ` [PATCH 0/3] pnfs private workqueue, and two cleanups Benny Halevy
2011-09-11 16:04   ` Benny Halevy
2011-09-11 17:21     ` Jim Rees

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=20110911171749.GA5195@merit.edu \
    --to=rees@umich.edu \
    --cc=benny@tonian.com \
    --cc=bergwolf@gmail.com \
    --cc=bhalevy@tonian.com \
    --cc=linux-nfs@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 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.