search for: rcu_string

Displaying 1 result from an estimated 1 matches for "rcu_string".

Did you mean: ice_string
2013 Sep 01
0
[PATCH] btrfs: use list_for_each_entry_safe() when delete items
...(--fs_devices->opened > 0) return 0; mutex_lock(&fs_devices->device_list_mutex); - list_for_each_entry(device, &fs_devices->devices, dev_list) { + list_for_each_entry_safe(device, next, &fs_devices->devices, dev_list) { struct btrfs_device *new_device; struct rcu_string *name; -- 1.7.10.4