You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ext2,ext3,ext4: clarify comment for extN_xattr_set_handle
Signed-off-by: Wang Sheng-Hui <crosslonelyover@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
committed by
Theodore Ts'o
parent
eaeef86718
commit
6e9510b0e0
+1
-1
@@ -355,7 +355,7 @@ static void ext2_xattr_update_super_block(struct super_block *sb)
|
|||||||
/*
|
/*
|
||||||
* ext2_xattr_set()
|
* ext2_xattr_set()
|
||||||
*
|
*
|
||||||
* Create, replace or remove an extended attribute for this inode. Buffer
|
* Create, replace or remove an extended attribute for this inode. Value
|
||||||
* is NULL to remove an existing extended attribute, and non-NULL to
|
* is NULL to remove an existing extended attribute, and non-NULL to
|
||||||
* either replace an existing extended attribute, or create a new extended
|
* either replace an existing extended attribute, or create a new extended
|
||||||
* attribute. The flags XATTR_REPLACE and XATTR_CREATE
|
* attribute. The flags XATTR_REPLACE and XATTR_CREATE
|
||||||
|
|||||||
+1
-1
@@ -925,7 +925,7 @@ ext3_xattr_ibody_set(handle_t *handle, struct inode *inode,
|
|||||||
/*
|
/*
|
||||||
* ext3_xattr_set_handle()
|
* ext3_xattr_set_handle()
|
||||||
*
|
*
|
||||||
* Create, replace or remove an extended attribute for this inode. Buffer
|
* Create, replace or remove an extended attribute for this inode. Value
|
||||||
* is NULL to remove an existing extended attribute, and non-NULL to
|
* is NULL to remove an existing extended attribute, and non-NULL to
|
||||||
* either replace an existing extended attribute, or create a new extended
|
* either replace an existing extended attribute, or create a new extended
|
||||||
* attribute. The flags XATTR_REPLACE and XATTR_CREATE
|
* attribute. The flags XATTR_REPLACE and XATTR_CREATE
|
||||||
|
|||||||
+1
-1
@@ -947,7 +947,7 @@ ext4_xattr_ibody_set(handle_t *handle, struct inode *inode,
|
|||||||
/*
|
/*
|
||||||
* ext4_xattr_set_handle()
|
* ext4_xattr_set_handle()
|
||||||
*
|
*
|
||||||
* Create, replace or remove an extended attribute for this inode. Buffer
|
* Create, replace or remove an extended attribute for this inode. Value
|
||||||
* is NULL to remove an existing extended attribute, and non-NULL to
|
* is NULL to remove an existing extended attribute, and non-NULL to
|
||||||
* either replace an existing extended attribute, or create a new extended
|
* either replace an existing extended attribute, or create a new extended
|
||||||
* attribute. The flags XATTR_REPLACE and XATTR_CREATE
|
* attribute. The flags XATTR_REPLACE and XATTR_CREATE
|
||||||
|
|||||||
Reference in New Issue
Block a user