On Mon, May 18, 2015 at 10:46:56PM -0700, Jaegeuk Kim wrote: > This patch adds a parameter, gfp_t, for __crypto_alloc_tfm. > Now EXT4 and F2FS use the crypto engine to encrypt a page when writing it to > the > disk. > That happens during ->writepage and it needs to allocate memory with > GFP_NOFS. > > Otherwise, in the f2fs case, kernel reports such the following warning.
Normally crypto structures should only be allocated on control paths where sleeping or swapping is not an issue. Why is ext4 doing crypto allocations on the data path? Cheers, -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt ------------------------------------------------------------------------------ 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
