aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/keystore.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ecryptfs/keystore.c')
-rw-r--r--fs/ecryptfs/keystore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c
index 9893d1538122..3cf1546dca82 100644
--- a/fs/ecryptfs/keystore.c
+++ b/fs/ecryptfs/keystore.c
@@ -1798,7 +1798,7 @@ int ecryptfs_parse_packet_set(struct ecryptfs_crypt_stat *crypt_stat,
1798 * added the our &auth_tok_list */ 1798 * added the our &auth_tok_list */
1799 next_packet_is_auth_tok_packet = 1; 1799 next_packet_is_auth_tok_packet = 1;
1800 while (next_packet_is_auth_tok_packet) { 1800 while (next_packet_is_auth_tok_packet) {
1801 size_t max_packet_size = ((PAGE_CACHE_SIZE - 8) - i); 1801 size_t max_packet_size = ((PAGE_SIZE - 8) - i);
1802 1802
1803 switch (src[i]) { 1803 switch (src[i]) {
1804 case ECRYPTFS_TAG_3_PACKET_TYPE: 1804 case ECRYPTFS_TAG_3_PACKET_TYPE: