diff options
author | Kemeng Shi <shikemeng@huaweicloud.com> | 2024-06-06 20:55:07 +0800 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2024-08-20 22:56:30 -0400 |
commit | 4b14737ce90424179d615cd35f04453f398f8324 (patch) | |
tree | 35b32a6b58d9f85c6e52473c54f39c0a1662e525 | |
parent | 6ceeb2d8fdb19a1b6bb9cc48302e682fb380043b (diff) | |
download | lwn-4b14737ce90424179d615cd35f04453f398f8324.tar.gz lwn-4b14737ce90424179d615cd35f04453f398f8324.zip |
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: Kemeng Shi <shikemeng@huaweicloud.com>
Link: https://patch.msgid.link/20240606125508.1459893-3-shikemeng@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r-- | fs/ext4/xattr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c index 54928ba243ca..31c5189e131f 100644 --- a/fs/ext4/xattr.c +++ b/fs/ext4/xattr.c @@ -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 * it unless such an entry is already in the cache. - * - * Returns 0, or a negative error number on failure. */ static void ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, |