Displaying 1 result from an estimated 1 matches for "out_super_lock".
2023 Apr 03
1
fs/ocfs2/super.c:1809 ocfs2_mount_volume() warn: missing error code 'status'
...2005-12-15 1829 status = ocfs2_find_slot(osb);
ccd979bdbce9fb Mark Fasheh 2005-12-15 1830 if (status < 0) {
ccd979bdbce9fb Mark Fasheh 2005-12-15 1831 mlog_errno(status);
0737e01de9c411 Heming Zhao via Ocfs2-devel 2022-04-29 1832 goto out_super_lock;
ccd979bdbce9fb Mark Fasheh 2005-12-15 1833 }
ccd979bdbce9fb Mark Fasheh 2005-12-15 1834
ccd979bdbce9fb Mark Fasheh 2005-12-15 1835 /* load all node-local system inodes */
ccd979bdbce9fb Mark Fasheh 2005-12-15 1836 status =...