search for: o2hb_region_inc_us

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

Did you mean: o2hb_region_inc_user
2023 Jun 06
0
[bug report] ocfs2/cluster: Pin/unpin o2hb regions
...} 183 184 ret = vfs_parse_fs_param(fc, &param); 185 kfree(param.string); 186 return ret; 187 } There are a couple OCFS functions which call this sleeping function while holding a spinlock. o2hb_heartbeat_group_drop_item() <- disables preempt o2hb_region_inc_user() <- disables preempt -> o2hb_region_pin() -> o2nm_depend_item() -> configfs_depend_item() -> configfs_pin_fs() -> simple_pin_fs() -> vfs_kern_mount() -> vfs_parse_fs_string() fs/ocfs2/cluster/heartbeat.c 2...