]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: correct comment of ext4_xattr_block_cache_insert
authorKemeng Shi <shikemeng@huaweicloud.com>
Thu, 6 Jun 2024 12:55:07 +0000 (20:55 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 Aug 2024 02:56:30 +0000 (22:56 -0400)
commit4b14737ce90424179d615cd35f04453f398f8324
tree35b32a6b58d9f85c6e52473c54f39c0a1662e525
parent6ceeb2d8fdb19a1b6bb9cc48302e682fb380043b
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>
fs/ext4/xattr.c