ecryptfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ecryptfs: remove unnecessary break after goto
@ 2014-07-08 16:30 Fabian Frederick
  2014-07-14 16:19 ` Tyler Hicks
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Frederick @ 2014-07-08 16:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: Fabian Frederick, Tyler Hicks, ecryptfs

Cc: Tyler Hicks <tyhicks@canonical.com>
Cc: ecryptfs@vger.kernel.org
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 fs/ecryptfs/keystore.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c
index 4725a07..8f0d619 100644
--- a/fs/ecryptfs/keystore.c
+++ b/fs/ecryptfs/keystore.c
@@ -1846,7 +1846,6 @@ int ecryptfs_parse_packet_set(struct ecryptfs_crypt_stat *crypt_stat,
 					"(Tag 11 not allowed by itself)\n");
 			rc = -EIO;
 			goto out_wipe_list;
-			break;
 		default:
 			ecryptfs_printk(KERN_DEBUG, "No packet at offset [%zd] "
 					"of the file header; hex value of "
-- 
1.8.4.5

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

* Re: [PATCH 1/1] ecryptfs: remove unnecessary break after goto
  2014-07-08 16:30 [PATCH 1/1] ecryptfs: remove unnecessary break after goto Fabian Frederick
@ 2014-07-14 16:19 ` Tyler Hicks
  0 siblings, 0 replies; 2+ messages in thread
From: Tyler Hicks @ 2014-07-14 16:19 UTC (permalink / raw)
  To: Fabian Frederick; +Cc: linux-kernel, ecryptfs

[-- Attachment #1: Type: text/plain, Size: 1038 bytes --]

On 2014-07-08 18:30:07, Fabian Frederick wrote:
> Cc: Tyler Hicks <tyhicks@canonical.com>
> Cc: ecryptfs@vger.kernel.org
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> ---

Thanks. I'll get this pushed to the eCryptfs -next branch.

Tyler

>  fs/ecryptfs/keystore.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c
> index 4725a07..8f0d619 100644
> --- a/fs/ecryptfs/keystore.c
> +++ b/fs/ecryptfs/keystore.c
> @@ -1846,7 +1846,6 @@ int ecryptfs_parse_packet_set(struct ecryptfs_crypt_stat *crypt_stat,
>  					"(Tag 11 not allowed by itself)\n");
>  			rc = -EIO;
>  			goto out_wipe_list;
> -			break;
>  		default:
>  			ecryptfs_printk(KERN_DEBUG, "No packet at offset [%zd] "
>  					"of the file header; hex value of "
> -- 
> 1.8.4.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe ecryptfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2014-07-14 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 16:30 [PATCH 1/1] ecryptfs: remove unnecessary break after goto Fabian Frederick
2014-07-14 16:19 ` Tyler Hicks

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