<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:15:25 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-8191] Candidates for conversion to static functions</title>
                <link>https://jira.whamcloud.com/browse/LU-8191</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Here&apos;s a bunch of functions that are not declared in any .h files but are not static.&lt;/p&gt;

&lt;p&gt;Some have prototypes in .c files (also bad practice), mot I bet a lot of them could be converted to static:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;libcfs/libcfs/linux/linux-module.c:111:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;libcfs_ioctl_getdata&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lnet/klnds/o2iblnd/o2iblnd.c:588:1: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;kiblnd_debug_conn&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lnet/lnet/config.c:444:1: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lnet_print_text_bufs&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lnet/selftest/conctl.c:812:1: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lstcon_ioctl_entry&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lnet/selftest/module.c:92:1: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lnet_selftest_structure_assertion&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/fid/fid_store.c:67:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;seq_update_cb&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/fid/fid_store.c:80:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;seq_update_cb_add&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/fid/lproc_fid.c:346:23: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;fldb_sops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/fid/lproc_fid.c:502:30: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;seq_fld_proc_seq_fops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/fld/lproc_fld.c:272:23: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;fldb_sops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lfsck/lfsck_layout.c:5547:35: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lfsck_layout_assistant_ops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lfsck/lfsck_namespace.c:6303:35: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lfsck_namespace_assistant_ops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:139:17: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_get_uuid&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:1652:21: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_locate_target_for_name&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:1749:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_create&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:2498:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_read_page&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:2810:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_set_info_async&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3005:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_set_lock_data&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3019:16: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_lock_match&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3062:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_get_lustre_md&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3075:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_free_lustre_md&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3091:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_set_open_replay_data&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3107:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_clear_open_replay_data&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3143:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_intent_getattr_async&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:315:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_connect_mdc&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3182:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_revalidate_lock&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3203:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_get_fid_from_lsm&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3224:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_quotactl&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3315:16: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_obd_ops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lmv/lmv_obd.c:3332:15: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lmv_md_ops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lod/lod_dev.c:177:19: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lod_txn_callback_kmem&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lod/lod_pool.c:431:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lod_dump_pool&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lov/lov_object.c:1545:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lov_read_and_clear_async_rc&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/lov/lov_pack.c:236:22: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lov_lsm_alloc&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/mdd/mdd_device.c:510:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;mdd_changelog_write_header&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/mgc/mgc_request.c:398:1: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;llog_process_lock&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/mgs/mgs_fs.c:104:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;mgs_client_add&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/linux/linux-module.c:77:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;proc_version&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_osd.c:1295:18: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;llog_osd_get_regular_fid_dir&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:106:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_llogd_conn_body&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:115:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_ll_fid&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:122:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_lu_seq_range&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:131:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_update_ops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:146:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_llog_rec&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:339:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_llog_hdr&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:374:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_lustre_cfg&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:416:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_cfg_marker&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:63:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_lu_fid&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:71:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_ost_id&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:83:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_llog_id&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/llog_swab.c:90:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_swab_llogd_body&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/local_storage.c:121:18: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;ls_find_dev&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/lprocfs_status.c:2012:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lprocfs_obd_rd_max_pages_per_rpc&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/lprocfs_status_server.c:232:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lprocfs_exp_print_replydata_seq&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/lprocfs_status_server.c:251:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lprocfs_exp_replydata_seq_show&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/lprocfs_status_server.c:45:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lprocfs_evict_client_open&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/lprocfs_status_server.c:53:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lprocfs_evict_client_release&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/lu_object.c:1387:1: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lu_keys_guard&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/lu_object.c:2095:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lu_printk_printer&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/lu_object.c:2106:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lu_debugging_setup&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/lu_object.c:2111:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lu_context_keys_dump&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/obd_config.c:1015:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_register_client_process_config&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/obdclass/obd_config.c:1132:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_register_quota_process_config&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osd-zfs/osd_handler.c:1335:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osd_fid_alloc&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osd-zfs/osd_handler.c:75:19: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osd_object_kmem&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osd-zfs/osd_index.c:1638:34: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osd_zfs_otable_ops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osd-zfs/osd_index.c:493:19: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osd_object_find&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osd-zfs/osd_io.c:924:27: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osd_body_ops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osd-zfs/osd_object.c:1199:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;__osd_attr_init&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osd-zfs/osd_object.c:186:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;__osd_object_attr_get&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osd-zfs/osd_object.c:330:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osd_object_init0&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osd-zfs/osd_oi.c:237:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;fid_is_on_ost&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osd-zfs/osd_oi.c:72:14: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osd_oi_count&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osd-zfs/osd_xattr.c:227:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;__osd_xattr_get&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osp/osp_md_object.c:962:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osp_md_declare_object_destroy&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osp/osp_md_object.c:983:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osp_md_object_destroy&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osp/osp_object.c:1530:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osp_declare_object_destroy&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osp/osp_object.c:2024:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osp_orphan_it_load&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osp/osp_sync.c:438:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osp_sync_gap&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/osp/osp_trans.c:262:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;osp_prep_inline_update_req&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ost/ost_handler.c:50:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;oss_max_threads&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/gss/gss_krb5_mech.c:1893:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;gss_display_kerberos&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/gss/gss_null_mech.c:140:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;gss_display_null&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/gss/gss_sk_mech.c:165:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;gss_display_sk&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/gss/gss_svc_upcall.c:782:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;gss_secsvc_flush&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/layout.c:2067:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;__req_capsule_dump&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/../../lustre/ldlm/ldlm_lib.c:2569:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;target_recovery_fini&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/../../lustre/ldlm/ldlm_lib.c:2590:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;target_recovery_init&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/../../lustre/target/out_lib.c:91:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;out_update_header_pack&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/../../lustre/target/tgt_handler.c:1107:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;tgt_obd_log_cancel&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/nodemap_handler.c:1126:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;nodemap_config_cleanup&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/nodemap_handler.c:1244:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;nodemap_mod_exit&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/nodemap_handler.c:1253:5: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;nodemap_mod_init&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/nodemap_lproc.c:1021:30: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;nodemap_ranges_fops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/nodemap_lproc.c:1028:30: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;nodemap_idmap_fops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/nodemap_lproc.c:1035:30: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;nodemap_exports_fops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/pack_generic.c:2295:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;dump_obdo&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/ptlrpc/wiretest.c:49:6: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lustre_assert_wire_constants&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/quota/lproc_quota.c:247:23: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lprocfs_quota_seq_sops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/quota/lquota_lib.c:41:22: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;lquota_caches&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/quota/qmt_dev.c:416:16: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;qmt_obd_ops&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/quota/qsd_lib.c:57:19: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;upd_kmem&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
lustre/quota/qsd_lib.c:59:22: warning: symbol &lt;span class=&quot;code-quote&quot;&gt;&apos;qsd_caches&apos;&lt;/span&gt; was not declared. Should it be &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt;?
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="37133">LU-8191</key>
            <summary>Candidates for conversion to static functions</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="neilb">Neil Brown</assignee>
                                    <reporter username="green">Oleg Drokin</reporter>
                        <labels>
                            <label>easy</label>
                    </labels>
                <created>Sun, 22 May 2016 23:29:46 +0000</created>
                <updated>Mon, 22 Jan 2024 04:11:14 +0000</updated>
                                                            <fixVersion>Upstream</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="279223" author="simmonsja" created="Thu, 10 Sep 2020 14:01:19 +0000"  >&lt;p&gt;Neil is already pushing patches for this.&lt;/p&gt;</comment>
                            <comment id="370984" author="simmonsja" created="Sun, 30 Apr 2023 12:35:19 +0000"  >&lt;p&gt;Oleg which tool did you use to find these functions?&#160; We should try to wrap this up&lt;/p&gt;</comment>
                            <comment id="371585" author="JIRAUSER18433" created="Tue, 9 May 2023 02:29:07 +0000"  >&lt;p&gt;My guess is &lt;a href=&quot;https://www.kernel.org/doc/html/latest/dev-tools/sparse.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Sparse&lt;/a&gt;, based on this &lt;a href=&quot;https://patchwork.kernel.org/project/linux-wireless/patch/20191023105407.92131-1-chiu@endlessm.com/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;patch&lt;/a&gt;. The error messages in the commit message seem similar.&lt;/p&gt;</comment>
                            <comment id="375769" author="gerrit" created="Sun, 18 Jun 2023 04:44:36 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51345&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51345&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; mdt: convert functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c2d038002885f320dc0cb2af01b436b6fa2a4c84&lt;/p&gt;</comment>
                            <comment id="375800" author="gerrit" created="Mon, 19 Jun 2023 04:17:37 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51353&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; ptlrpc: convert functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d200ac0ca292c0d3340ff48a8b5b7e911943b386&lt;/p&gt;</comment>
                            <comment id="376386" author="gerrit" created="Fri, 23 Jun 2023 21:17:10 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51427&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51427&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lnet: convert functions in utils to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 65f38ca7f2684ad9b7348b683db0dda560383bda&lt;/p&gt;</comment>
                            <comment id="376387" author="gerrit" created="Fri, 23 Jun 2023 21:22:12 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51428&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51428&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; libcfs: convert functions to static, removed function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6ac0c768213895e63bbe5b712ee3acf4ea9e012f&lt;/p&gt;</comment>
                            <comment id="376421" author="gerrit" created="Sat, 24 Jun 2023 17:39:29 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51433&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51433&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; tests: convert functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e5cfff4ddc0c4fbb2cb279e3af5d65e1b8fe6480&lt;/p&gt;</comment>
                            <comment id="376425" author="gerrit" created="Sat, 24 Jun 2023 19:03:36 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51434&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51434&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; liblustre: add missing function to header&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8f9cb5354fdd18b2068682a864ed715b61c67e9c&lt;/p&gt;</comment>
                            <comment id="376446" author="gerrit" created="Sun, 25 Jun 2023 21:32:25 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51436&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51436&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lnet: remove unused, fix non-static functions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a053c2da560a6684b1dda5ebc4215c6a8d4fb125&lt;/p&gt;</comment>
                            <comment id="376449" author="gerrit" created="Sun, 25 Jun 2023 22:00:29 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51439&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51439&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; utils: remove unused, fix non-static functions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 73ed0152add0f634142bba968c833ffc3a35baeb&lt;/p&gt;</comment>
                            <comment id="376450" author="gerrit" created="Mon, 26 Jun 2023 02:11:01 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51440&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51440&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; obdclass: add static and remove functions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a0a969433ba43dbb4d4356cfbaa755b8c9058039&lt;/p&gt;</comment>
                            <comment id="376451" author="gerrit" created="Mon, 26 Jun 2023 04:02:09 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51441&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51441&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; llite: convert functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2ed1c93dea43ddd217587e13389c4bd1a8e191b8&lt;/p&gt;</comment>
                            <comment id="376646" author="gerrit" created="Tue, 27 Jun 2023 19:16:59 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51475&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51475&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; target: convert functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: feea2c967250b1c524ad48e615e735cf5c73cab0&lt;/p&gt;</comment>
                            <comment id="376647" author="gerrit" created="Tue, 27 Jun 2023 19:25:13 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51476&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51476&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lustre: convert ec,fid,ldlm,quota functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 066e2f72d1d0741b45ab2437dedc3cec8b952486&lt;/p&gt;</comment>
                            <comment id="376649" author="gerrit" created="Tue, 27 Jun 2023 19:40:59 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51477&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51477&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lustre: convert osp,osd,osc,ofd functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6fa956b5b6404d7340bb8e6b0bacfaf9434922e0&lt;/p&gt;</comment>
                            <comment id="376650" author="gerrit" created="Tue, 27 Jun 2023 19:55:51 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51478&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51478&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lustre: convert mdc,mdd,mdt,mgc functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 57c58e2735d8e1c330d33dd084ddd3ca410c2208&lt;/p&gt;</comment>
                            <comment id="376651" author="gerrit" created="Tue, 27 Jun 2023 20:12:22 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51479&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51479&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lustre: convert lmv,lod,lov functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a7e79e8517484913cb27c66682c9cfafa431a0fb&lt;/p&gt;</comment>
                            <comment id="376652" author="gerrit" created="Tue, 27 Jun 2023 20:18:35 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51480&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51480&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; ptlrpc: add missing headers&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0580c46e43f003a358bc1bcbd7fa114a6a4f2160&lt;/p&gt;</comment>
                            <comment id="376654" author="JIRAUSER18433" created="Tue, 27 Jun 2023 20:30:09 +0000"  >&lt;p&gt;This should be all of the patches for now. I wrote a Clang plugin to track down these functions, so it warned on everything that gets compiled on my setup. The only major omissions are snmp (since it doesn&apos;t get built by default and isn&apos;t actively developed), ldiskfs (since it&apos;s tough to built against newer mainline kernels), and several of the LNDs. I&apos;ll probably revisit those at some point. I combined a couple subsystems per patch for the last few patches, mostly to avoid having to make ~25 3 line patches.&lt;/p&gt;</comment>
                            <comment id="376810" author="gerrit" created="Wed, 28 Jun 2023 21:49:49 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51353/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51353/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; ptlrpc: convert functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 41d94aa9c9c01fa88ae152625d5ffd97256bab73&lt;/p&gt;</comment>
                            <comment id="378049" author="gerrit" created="Sat, 8 Jul 2023 22:37:06 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51345/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51345/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; mdt: convert functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a1d332f613ac41f4a565c3aeca6633fbd618467e&lt;/p&gt;</comment>
                            <comment id="378052" author="gerrit" created="Sat, 8 Jul 2023 22:41:26 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51433/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51433/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; tests: convert functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 629d6bca95f96bd307d6a9da9b04d73d3fe7c68f&lt;/p&gt;</comment>
                            <comment id="378634" author="gerrit" created="Fri, 14 Jul 2023 03:08:13 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51436/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lnet: remove unused, fix non-static functions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 43cbc93f1edc493e47fe5c4059bf0bae6a20c207&lt;/p&gt;</comment>
                            <comment id="378635" author="gerrit" created="Fri, 14 Jul 2023 03:08:23 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51440/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51440/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; obdclass: add static and remove functions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b3f0995b772877f0bea5d3d790db441244c3c821&lt;/p&gt;</comment>
                            <comment id="378636" author="gerrit" created="Fri, 14 Jul 2023 03:08:33 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51441/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51441/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; llite: convert functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a586a2bbc37879dc22382793d1704e7708b80887&lt;/p&gt;</comment>
                            <comment id="378637" author="gerrit" created="Fri, 14 Jul 2023 03:08:44 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51475/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; target: convert functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bcbf31a9e1bd6399053a5a757b406152f0d65a42&lt;/p&gt;</comment>
                            <comment id="378638" author="gerrit" created="Fri, 14 Jul 2023 03:08:54 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51476/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51476/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lustre: convert ec,fid,ldlm,quota functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bcc828bdf88f8a19e56535ff3840e06065b606b2&lt;/p&gt;</comment>
                            <comment id="378639" author="gerrit" created="Fri, 14 Jul 2023 03:09:04 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51477/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51477/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lustre: convert osp,osd,osc,ofd functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2fa075d10f72f1400e4da9bdcaec905858b0a264&lt;/p&gt;</comment>
                            <comment id="378640" author="gerrit" created="Fri, 14 Jul 2023 03:09:14 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51478/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lustre: convert mdc,mdd,mdt,mgc functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 38d151f2f65d76fc392d356519227a648e114b5f&lt;/p&gt;</comment>
                            <comment id="378641" author="gerrit" created="Fri, 14 Jul 2023 03:09:25 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51480/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; ptlrpc: add missing headers&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fba78a416621343aadeeb4d28df86e422b653bfe&lt;/p&gt;</comment>
                            <comment id="383059" author="gerrit" created="Sat, 19 Aug 2023 05:37:54 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51427/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51427/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lnet: convert functions in utils to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d9cd9992b9e04bfad1ebd755f78d3e96850eaa32&lt;/p&gt;</comment>
                            <comment id="389347" author="gerrit" created="Mon, 16 Oct 2023 05:48:01 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51428/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51428/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; libcfs: convert functions to static, removed function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 067dfd8d2701572ebe7246726c14a6e72a78cb33&lt;/p&gt;</comment>
                            <comment id="393504" author="gerrit" created="Sat, 18 Nov 2023 21:43:48 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51434/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51434/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; liblustre: add missing functions to header&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 25523e5a35138a0534b01ff561169e501cc30787&lt;/p&gt;</comment>
                            <comment id="394805" author="gerrit" created="Wed, 29 Nov 2023 21:27:12 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51479/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; lustre: convert lmv,lod,lov functions to static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 78605b74a56a5338aa93bbf394fe35d0f7c17c5b&lt;/p&gt;</comment>
                            <comment id="400464" author="gerrit" created="Mon, 22 Jan 2024 02:53:36 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53754&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53754&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; llverfs: fix non-static functions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 381c8246a0ac8cca0b6c470f6b45535481ad3cf3&lt;/p&gt;</comment>
                            <comment id="400465" author="gerrit" created="Mon, 22 Jan 2024 04:00:43 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53755&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53755&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; utils: fix non-static functions in obd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9c4cfe79fbdb5e5001e65d2fd71057103cc8697e&lt;/p&gt;</comment>
                            <comment id="400466" author="gerrit" created="Mon, 22 Jan 2024 04:11:14 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53756&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53756&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8191&quot; title=&quot;Candidates for conversion to static functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8191&quot;&gt;LU-8191&lt;/a&gt; utils: non-static functions in lustre_rsync.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 30d9c6aff01abfd27f00151fe4298ccd31b8991f&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="28279">LU-6142</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="76984">LU-16961</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzycif:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>