diff options
author | Ye Bin <[email protected]> | 2022-12-08 10:32:31 +0800 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2022-12-09 00:56:47 -0500 |
commit | cc12a6f25e07ed05d5825a1664b67a970842b2ca (patch) | |
tree | 95a17d3ed53cde384351e6db47565de442d1e631 /scripts/generate_rust_analyzer.py | |
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 <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Cc: [email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions