aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/keystore.c
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-07-08 18:30:07 +0200
committerTyler Hicks <tyhicks@canonical.com>2014-07-14 14:29:11 -0500
commit04ec5f5c0022ee941615e304bc75853fe1bc94ba (patch)
treedb6adc288d6a10ce0dc33531596018c4045f97cc /fs/ecryptfs/keystore.c
parentecryptfs: Remove unnecessary include of syscall.h in keystore.c (diff)
downloadlinux-dev-04ec5f5c0022ee941615e304bc75853fe1bc94ba.tar.xz
linux-dev-04ec5f5c0022ee941615e304bc75853fe1bc94ba.zip
ecryptfs: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: ecryptfs@vger.kernel.org Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Diffstat (limited to 'fs/ecryptfs/keystore.c')
-rw-r--r--fs/ecryptfs/keystore.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c
index 831c5f8529be..635e8e16a5b7 100644
--- a/fs/ecryptfs/keystore.c
+++ b/fs/ecryptfs/keystore.c
@@ -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 "