Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Fix GFP_KERNEL allocations flags #426

Closed
wants to merge 1 commit into from

Conversation

behlendorf
Copy link
Contributor

The kmem_vasprintf(), kmem_vsprintf(), kobj_open_file(), and vn_openat()
functions should all use the kmem_flags_convert() function to generate
the GFP_* flags. This ensures that they can be safely caller in any
context and the current flags will be used.

The kmem_vasprintf(), kmem_vsprintf(), kobj_open_file(), and vn_openat()
functions should all use the kmem_flags_convert() function to generate
the GFP_* flags.  This ensures that they can be safely caller in any
context and the current flags will be used.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
@behlendorf behlendorf added the Bug label Jan 21, 2015
@behlendorf behlendorf added this to the 0.6.4 milestone Jan 21, 2015
@behlendorf behlendorf deleted the gfp_kernel branch July 28, 2017 22:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant