Follow-up on HFS+ Kernel Improvement Patch
From: Pranjal Prasad
Date: Tue Feb 25 2025 - 15:41:09 EST
Hi,
I recently submitted a patch to
improve the HFS+ filesystem support in the kernel. Upon review, I
realized I forgot to include the "Signed-off-by" line, which is a
requirement for kernel submissions. I have updated the patch with
the appropriate line and have attached the corrected version of
the patch.
I would appreciate it if you
could consider this updated patch for review.
Best regards,
Pranjal Prasad
From 775605bd63de99622faa63d7f8b01b868b0e52ae Mon Sep 17 00:00:00 2001
From: Pranjal Prasad <prasadpranjal213@xxxxxxxxx>
Date: Wed, 26 Feb 2025 02:04:29 +0530
Subject: [PATCH] Added comments to xattr_security.c in hfs+
Signed-off-by: Pranjal Prasad <prasadpranjal213@xxxxxxxxx>
---
fs/hfsplus/xattr_security.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/fs/hfsplus/xattr_security.c b/fs/hfsplus/xattr_security.c
index db39a8632b2c..876ebc555337 100644
--- a/fs/hfsplus/xattr_security.c
+++ b/fs/hfsplus/xattr_security.c
@@ -5,6 +5,9 @@
* Vyacheslav Dubeyko <slava@xxxxxxxxxxx>
*
* Handler for storing security labels as extended attributes.
+ *
+ * Pranjal Prasad <prasadpranjal213@xxxxxxxxx>
+ * Improved and added comments
*/
#include <linux/security.h>
--
2.48.1