[RESEND PATCH] ecryptfs: Fix packet format comment in parse_tag_67_packet()

Thorsten Blum posted 1 patch 1 year, 3 months ago
fs/ecryptfs/keystore.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[RESEND PATCH] ecryptfs: Fix packet format comment in parse_tag_67_packet()
Posted by Thorsten Blum 1 year, 3 months ago
s/TAG 65/TAG 67/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 fs/ecryptfs/keystore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c
index 7f9f68c00ef6..7266fc1a5fc4 100644
--- a/fs/ecryptfs/keystore.c
+++ b/fs/ecryptfs/keystore.c
@@ -355,7 +355,7 @@ parse_tag_67_packet(struct ecryptfs_key_record *key_rec,
 	int rc;
 
 	/*
-	 *              ***** TAG 65 Packet Format *****
+	 *              ***** TAG 67 Packet Format *****
 	 *    | Content Type                       | 1 byte       |
 	 *    | Status Indicator                   | 1 byte       |
 	 *    | Encrypted File Encryption Key Size | 1 or 2 bytes |
-- 
2.47.0
Re: [RESEND PATCH] ecryptfs: Fix packet format comment in parse_tag_67_packet()
Posted by Tyler Hicks 1 year, 3 months ago
On 2024-10-18 23:41:42, Thorsten Blum wrote:
> s/TAG 65/TAG 67/
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>

Acked-by: Tyler Hicks <code@tyhicks.com>

Thank you, Thorsten!

Tyler

> ---
>  fs/ecryptfs/keystore.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c
> index 7f9f68c00ef6..7266fc1a5fc4 100644
> --- a/fs/ecryptfs/keystore.c
> +++ b/fs/ecryptfs/keystore.c
> @@ -355,7 +355,7 @@ parse_tag_67_packet(struct ecryptfs_key_record *key_rec,
>  	int rc;
>  
>  	/*
> -	 *              ***** TAG 65 Packet Format *****
> +	 *              ***** TAG 67 Packet Format *****
>  	 *    | Content Type                       | 1 byte       |
>  	 *    | Status Indicator                   | 1 byte       |
>  	 *    | Encrypted File Encryption Key Size | 1 or 2 bytes |
> -- 
> 2.47.0
>
Re: [RESEND PATCH] ecryptfs: Fix packet format comment in parse_tag_67_packet()
Posted by Thorsten Blum 2 months, 2 weeks ago
On 21. Oct 2024, at 08:37, Tyler Hicks wrote:
> On 2024-10-18 23:41:42, Thorsten Blum wrote:
>> s/TAG 65/TAG 67/
>> 
>> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
> 
> Acked-by: Tyler Hicks <code@tyhicks.com>
> 
> Thank you, Thorsten!

I just noticed that this has been in linux-next for more than a year,
but never made it to master. Does anybody know why?

Thanks,
Thorsten