]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/020: limit xattr value by 3802 bytes
authorViacheslav Dubeyko <slava@dubeyko.com>
Wed, 24 Dec 2025 00:29:58 +0000 (16:29 -0800)
committerZorro Lang <zlang@kernel.org>
Thu, 1 Jan 2026 13:14:26 +0000 (21:14 +0800)
commite45c90fedb0b6107ea73ee2812ce823f4f2a0f6e
tree6b043015e3863bf9f5f991422af79542cab163e5
parent71131073bc76e4559b9689625687e063c4704ba9
generic/020: limit xattr value by 3802 bytes

HFS+ implementation supports only inline extended attributes.
The size of value for inline xattr is limited by 3802 bytes [1].

[1] https://elixir.bootlin.com/linux/v6.19-rc2/source/include/linux/hfs_common.h#L626

Signed-off-by: Viacheslav Dubeyko <slava@dubeyko.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/020