diff options
author | Ye Bin <yebin10@huawei.com> | 2022-12-08 10:32:31 +0800 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2022-12-09 00:56:47 -0500 |
commit | cc12a6f25e07ed05d5825a1664b67a970842b2ca (patch) | |
tree | 95a17d3ed53cde384351e6db47565de442d1e631 /sound | |
parent | 8994d11395f8165b3deca1971946f549f0822630 (diff) |
ext4: allocate extended attribute value in vmalloc area
Now, extended attribute value maximum length is 64K. The memory
requested here does not need continuous physical addresses, so it is
appropriate to use kvmalloc to request memory. At the same time, it
can also cope with the situation that the extended attribute will
become longer in the future.
Signed-off-by: Ye Bin <yebin10@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20221208023233.1231330-3-yebin@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions