diff options
author | 2012-03-04 14:23:00 +0100 | |
---|---|---|
committer | 2012-03-10 17:41:19 +0100 | |
commit | c13ccfcf66b2e70f8d01f7fe7e1e20ba60e733e1 (patch) | |
tree | 82b06c527c5d514a64a9d95bbc1390100d00bdad /tools/perf/scripts/python/export-to-postgresql.py | |
parent | firewire: sbp2: Fix SCSI sense data mangling (diff) | |
download | linux-dev-c13ccfcf66b2e70f8d01f7fe7e1e20ba60e733e1.tar.xz linux-dev-c13ccfcf66b2e70f8d01f7fe7e1e20ba60e733e1.zip |
firewire: sbp2: replace a GFP_ATOMIC allocation
sbp2_send_management_orb() is called by sbp2_login, sbp2_reconnect, and
sbp2_remove, all which are able to sleep during memory allocations.
Actually, sbp2_send_management_orb() itself is a sleeping function.
Login and remove could allocate with GFP_KERNEL but reconnect needs
GFP_NOIO to ensure progress in low memory situations.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions