linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcache: fix indentation issue, remove tabs on a hunk of code
@ 2018-12-21 23:18 Colin King
  2018-12-22 13:03 ` Coly Li
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-12-21 23:18 UTC (permalink / raw)
  To: Coly Li, Kent Overstreet, linux-bcache; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a hunk of code that is indented one level too deep, fix this
by removing the extra tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/md/bcache/super.c | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c
index 4dee119c3664..a697a3a923cd 100644
--- a/drivers/md/bcache/super.c
+++ b/drivers/md/bcache/super.c
@@ -1615,21 +1615,21 @@ static void conditional_stop_bcache_device(struct cache_set *c,
 		 */
 		pr_warn("stop_when_cache_set_failed of %s is \"auto\" and cache is dirty, stop it to avoid potential data corruption.",
 			d->disk->disk_name);
-			/*
-			 * There might be a small time gap that cache set is
-			 * released but bcache device is not. Inside this time
-			 * gap, regular I/O requests will directly go into
-			 * backing device as no cache set attached to. This
-			 * behavior may also introduce potential inconsistence
-			 * data in writeback mode while cache is dirty.
-			 * Therefore before calling bcache_device_stop() due
-			 * to a broken cache device, dc->io_disable should be
-			 * explicitly set to true.
-			 */
-			dc->io_disable = true;
-			/* make others know io_disable is true earlier */
-			smp_mb();
-			bcache_device_stop(d);
+		/*
+		 * There might be a small time gap that cache set is
+		 * released but bcache device is not. Inside this time
+		 * gap, regular I/O requests will directly go into
+		 * backing device as no cache set attached to. This
+		 * behavior may also introduce potential inconsistence
+		 * data in writeback mode while cache is dirty.
+		 * Therefore before calling bcache_device_stop() due
+		 * to a broken cache device, dc->io_disable should be
+		 * explicitly set to true.
+		 */
+		dc->io_disable = true;
+		/* make others know io_disable is true earlier */
+		smp_mb();
+		bcache_device_stop(d);
 	} else {
 		/*
 		 * dc->stop_when_cache_set_failed == BCH_CACHED_STOP_AUTO
-- 
2.19.1


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

* Re: [PATCH] bcache: fix indentation issue, remove tabs on a hunk of code
  2018-12-21 23:18 [PATCH] bcache: fix indentation issue, remove tabs on a hunk of code Colin King
@ 2018-12-22 13:03 ` Coly Li
  0 siblings, 0 replies; 2+ messages in thread
From: Coly Li @ 2018-12-22 13:03 UTC (permalink / raw)
  To: Colin King; +Cc: Kent Overstreet, linux-bcache, kernel-janitors, linux-kernel

On 12/22/18 7:18 上午, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a hunk of code that is indented one level too deep, fix this
> by removing the extra tabs.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Hi Colin,

Nice catch, thank you! I will add it into my for-next directory.

Coly Li

> ---
>  drivers/md/bcache/super.c | 30 +++++++++++++++---------------
>  1 file changed, 15 insertions(+), 15 deletions(-)
> 
> diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c
> index 4dee119c3664..a697a3a923cd 100644
> --- a/drivers/md/bcache/super.c
> +++ b/drivers/md/bcache/super.c
> @@ -1615,21 +1615,21 @@ static void conditional_stop_bcache_device(struct cache_set *c,
>  		 */
>  		pr_warn("stop_when_cache_set_failed of %s is \"auto\" and cache is dirty, stop it to avoid potential data corruption.",
>  			d->disk->disk_name);
> -			/*
> -			 * There might be a small time gap that cache set is
> -			 * released but bcache device is not. Inside this time
> -			 * gap, regular I/O requests will directly go into
> -			 * backing device as no cache set attached to. This
> -			 * behavior may also introduce potential inconsistence
> -			 * data in writeback mode while cache is dirty.
> -			 * Therefore before calling bcache_device_stop() due
> -			 * to a broken cache device, dc->io_disable should be
> -			 * explicitly set to true.
> -			 */
> -			dc->io_disable = true;
> -			/* make others know io_disable is true earlier */
> -			smp_mb();
> -			bcache_device_stop(d);
> +		/*
> +		 * There might be a small time gap that cache set is
> +		 * released but bcache device is not. Inside this time
> +		 * gap, regular I/O requests will directly go into
> +		 * backing device as no cache set attached to. This
> +		 * behavior may also introduce potential inconsistence
> +		 * data in writeback mode while cache is dirty.
> +		 * Therefore before calling bcache_device_stop() due
> +		 * to a broken cache device, dc->io_disable should be
> +		 * explicitly set to true.
> +		 */
> +		dc->io_disable = true;
> +		/* make others know io_disable is true earlier */
> +		smp_mb();
> +		bcache_device_stop(d);
>  	} else {
>  		/*
>  		 * dc->stop_when_cache_set_failed == BCH_CACHED_STOP_AUTO
> 


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

end of thread, other threads:[~2018-12-22 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-21 23:18 [PATCH] bcache: fix indentation issue, remove tabs on a hunk of code Colin King
2018-12-22 13:03 ` Coly Li

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).