> + if (!test_bit(NULLB_DEV_FL_THROTTLED, &dev->flags)) > + goto out; Maybe keep this check in the caller to make it more obvious when it actually does something?
> + if (!test_bit(NULLB_DEV_FL_THROTTLED, &dev->flags)) > + goto out; Maybe keep this check in the caller to make it more obvious when it actually does something?