drbd: Update some outdated comments to match the code
[deliverable/linux.git] / drivers / block / drbd / drbd_nl.c
index 92adb3dc82c2434800907e4a530e252504c701b0..684e2e4d48e13898c1f35b4155abcabd7611d01a 100644 (file)
@@ -2038,7 +2038,7 @@ int drbd_adm_connect(struct sk_buff *skb, struct genl_info *info)
                goto fail;
        }
 
-       /* allocation not in the IO path, cqueue thread context */
+       /* allocation not in the IO path, drbdsetup / netlink process context */
        new_conf = kzalloc(sizeof(*new_conf), GFP_KERNEL);
        if (!new_conf) {
                retcode = ERR_NOMEM;
This page took 0.045807 seconds and 5 git commands to generate.