diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-13 22:27:02 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-13 22:27:02 +0300 |
commit | a27c085874caf1a2d944bc0acc4b4ee76ffa9296 (patch) | |
tree | aa8e485cdf7374a53f1bc8268c2213af91c31c3b /fs/erofs/zdata.h | |
parent | 5664896ba29e6d8c60b6a73564d0a97d380c0f92 (diff) | |
parent | 4c7e42552b3a1536f3cdf534aba8c4262ee26716 (diff) | |
download | linux-a27c085874caf1a2d944bc0acc4b4ee76ffa9296.tar.xz |
Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Pull erofs fixes from Gao Xiang:
- fix unsafe pagevec reuse which could cause unexpected behaviors
- get rid of the unused DELAYEDALLOC strategy that has been replaced by
TRYALLOC
* tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
erofs: remove useless cache strategy of DELAYEDALLOC
erofs: fix unsafe pagevec reuse of hooked pclusters
Diffstat (limited to 'fs/erofs/zdata.h')
-rw-r--r-- | fs/erofs/zdata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/erofs/zdata.h b/fs/erofs/zdata.h index 879df5362777..4a69515dea75 100644 --- a/fs/erofs/zdata.h +++ b/fs/erofs/zdata.h @@ -179,4 +179,3 @@ static inline void z_erofs_onlinepage_endio(struct page *page) #define Z_EROFS_VMAP_GLOBAL_PAGES 2048 #endif - |