From 775605bd63de99622faa63d7f8b01b868b0e52ae Mon Sep 17 00:00:00 2001 From: Pranjal Prasad Date: Wed, 26 Feb 2025 02:04:29 +0530 Subject: [PATCH] Added comments to xattr_security.c in hfs+ Signed-off-by: Pranjal Prasad --- 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 * * Handler for storing security labels as extended attributes. + * + * Pranjal Prasad + * Improved and added comments */ #include -- 2.48.1