Searched refs:new_nqn (Results 1 – 1 of 1) sorted by relevance
2318 char *old_nqn, *new_nqn; in nvmet_root_discovery_nqn_store() local2325 new_nqn = kstrndup(page, len, GFP_KERNEL); in nvmet_root_discovery_nqn_store()2326 if (!new_nqn) in nvmet_root_discovery_nqn_store()2337 kfree(new_nqn); in nvmet_root_discovery_nqn_store()2342 nvmet_disc_subsys->subsysnqn = new_nqn; in nvmet_root_discovery_nqn_store()