All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] Btrfs: async: fixed a brace coding style issue
@ 2016-02-21 21:52 Philippe Loctaux
  0 siblings, 0 replies; 3+ messages in thread
From: Philippe Loctaux @ 2016-02-21 21:52 UTC (permalink / raw)
  To: sqawesome99; +Cc: linux-btrfs, linux-kernel

On Sun, Feb 21, 2016 at 03:08:02PM -0600, Simon Quigley wrote:
> I thought I proposed this exact patch...hmm...

Yes you're right, I wasn't subscribed at the mailing list yet.
The maintainer will probably see it's a duplicate and he'll just ignore
that patch.

--
Philippe Loctaux
phil@philippeloctaux.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Btrfs: async: fixed a brace coding style issue
  2016-02-21 20:50 Philippe Loctaux
@ 2016-02-21 21:08 ` Simon Quigley
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Quigley @ 2016-02-21 21:08 UTC (permalink / raw)
  To: Philippe Loctaux, clm; +Cc: jbacik, dsterba, linux-btrfs, linux-kernel



On 02/21/2016 02:50 PM, Philippe Loctaux wrote:
> Fixed a coding style issue.
>
> Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com>
> ---
>   fs/btrfs/async-thread.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c
> index 5fb60ea..7914dd2 100644
> --- a/fs/btrfs/async-thread.c
> +++ b/fs/btrfs/async-thread.c
> @@ -227,9 +227,9 @@ static inline void thresh_exec_hook(struct __btrfs_workqueue *wq)
>   out:
>   	spin_unlock(&wq->thres_lock);
>   
> -	if (need_change) {
> +	if (need_change)
>   		workqueue_set_max_active(wq->normal_wq, wq->current_active);
> -	}
> +
>   }
>   
>   static void run_ordered_work(struct __btrfs_workqueue *wq)
I thought I proposed this exact patch...hmm...

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Btrfs: async: fixed a brace coding style issue
@ 2016-02-21 20:50 Philippe Loctaux
  2016-02-21 21:08 ` Simon Quigley
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Loctaux @ 2016-02-21 20:50 UTC (permalink / raw)
  To: clm; +Cc: jbacik, dsterba, linux-btrfs, linux-kernel, Philippe Loctaux

Fixed a coding style issue.

Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com>
---
 fs/btrfs/async-thread.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c
index 5fb60ea..7914dd2 100644
--- a/fs/btrfs/async-thread.c
+++ b/fs/btrfs/async-thread.c
@@ -227,9 +227,9 @@ static inline void thresh_exec_hook(struct __btrfs_workqueue *wq)
 out:
 	spin_unlock(&wq->thres_lock);
 
-	if (need_change) {
+	if (need_change)
 		workqueue_set_max_active(wq->normal_wq, wq->current_active);
-	}
+
 }
 
 static void run_ordered_work(struct __btrfs_workqueue *wq)
-- 
2.7.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-21 21:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-21 21:52 [PATCH] Btrfs: async: fixed a brace coding style issue Philippe Loctaux
  -- strict thread matches above, loose matches on Subject: below --
2016-02-21 20:50 Philippe Loctaux
2016-02-21 21:08 ` Simon Quigley

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.