HomeFreeBSD

Fix dmu_objset_find_dp() KM_SLEEP warning

Description

Fix dmu_objset_find_dp() KM_SLEEP warning

After the restructuring in 13fe019 The 'zfs rename' command will
result in a KM_SLEEP being called in the sync context. This may
deadlock due to reclaim so it was changed to KM_PUSHPAGE.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1711

Details

Provenance
Tim Chase <tim@chase2k.com>Authored on Sep 11 2013, 6:47 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Sep 11 2013, 6:49 PM
Parents
rG13fe019870c8: Illumos #3464
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG4cf652e5d4be: Fix dmu_objset_find_dp() KM_SLEEP warning (authored by Tim Chase <tim@chase2k.com>).Sep 11 2013, 6:49 PM