Commit 4b14737c authored by Kemeng Shi's avatar Kemeng Shi Committed by Theodore Ts'o

ext4: correct comment of ext4_xattr_block_cache_insert

There is no return value from ext4_xattr_block_cache_insert, just correct
it's comment about return value.
Signed-off-by: default avatarKemeng Shi <shikemeng@huaweicloud.com>
Link: https://patch.msgid.link/20240606125508.1459893-3-shikemeng@huaweicloud.comSigned-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 6ceeb2d8
...@@ -3036,8 +3036,6 @@ void ext4_xattr_inode_array_free(struct ext4_xattr_inode_array *ea_inode_array) ...@@ -3036,8 +3036,6 @@ void ext4_xattr_inode_array_free(struct ext4_xattr_inode_array *ea_inode_array)
* *
* Create a new entry in the extended attribute block cache, and insert * Create a new entry in the extended attribute block cache, and insert
* it unless such an entry is already in the cache. * it unless such an entry is already in the cache.
*
* Returns 0, or a negative error number on failure.
*/ */
static void static void
ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment