Searched refs:buffer_clone (Results 1 – 1 of 1) sorted by relevance
147 char *buffer_clone; in bonding_sysfs_store_option() local153 buffer_clone = kstrndup(buffer, count, GFP_KERNEL); in bonding_sysfs_store_option()154 if (!buffer_clone) in bonding_sysfs_store_option()156 ret = bond_opt_tryset_rtnl(bond, opt->id, buffer_clone); in bonding_sysfs_store_option()159 kfree(buffer_clone); in bonding_sysfs_store_option()