]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ecryptfs: remove unnecessary break after goto
authorFabian Frederick <fabf@skynet.be>
Tue, 8 Jul 2014 16:30:07 +0000 (18:30 +0200)
committerTyler Hicks <tyhicks@canonical.com>
Mon, 14 Jul 2014 19:29:11 +0000 (14:29 -0500)
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: ecryptfs@vger.kernel.org
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
fs/ecryptfs/keystore.c

index 831c5f8529be02d5e4ef17e9d933c04d12537ec6..635e8e16a5b7692b1d45b7629d404beeafdb8567 100644 (file)
@@ -1845,7 +1845,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 "