This patch changes the number of preallocated pages to BIO_MAX_PAGES to prepare writeback encryption.
Signed-off-by: Jaegeuk Kim <[email protected]> --- fs/f2fs/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/crypto.c b/fs/f2fs/crypto.c index 2ceee68..cfe5a04 100644 --- a/fs/f2fs/crypto.c +++ b/fs/f2fs/crypto.c @@ -48,7 +48,7 @@ /* Encryption added and removed here! (L: */ -static unsigned int num_prealloc_crypto_pages = 32; +static unsigned int num_prealloc_crypto_pages = BIO_MAX_PAGES; static unsigned int num_prealloc_crypto_ctxs = 128; module_param(num_prealloc_crypto_pages, uint, 0444); -- 2.1.1 ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
