Displaying 1 result from an estimated 1 matches for "vfs_parse_fs_str".
2023 Jun 06
0
[bug report] ocfs2/cluster: Pin/unpin o2hb regions
...up_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
  2338  static int o2hb_region_inc_user(const char *region_uuid)
  2339  {
  2340          int ret = 0;
  2341  
  2342          spin_lock(&o2hb_live_lock);
Lock.
  2343  
  2344          /* local heartbeat */
  2345          if (!o2hb_global_heartbeat_acti...