+19
−6
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9VTE3 CVE: NA -------------------------------- When forced allocation alignment is specified, the extent will be aligned to the extent size hint size rather than stripe alignment. If aligned allocation cannot be done, then the allocation is failed rather than attempting non-aligned fallbacks. Fixes: 63f4d844 ("fs: xfs: Make file data allocations observe the 'forcealign' flag") Signed-off-by:Long Li <leo.lilong@huawei.com>