<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:20:27 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-8776] fix weird inline definitions</title>
                <link>https://jira.whamcloud.com/browse/LU-8776</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are a number of functions defined inline or &apos;inline static&apos;.&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;lnet/klnds/gnilnd/gnilnd_cb.c-304-
lnet/klnds/gnilnd/gnilnd_cb.c:305:inline __u16
lnet/klnds/gnilnd/gnilnd_cb.c-306-kgnilnd_cksum_kiov(unsigned int nkiov, lnet_kiov_t *kiov,
--
lnet/klnds/gnilnd/gnilnd_cb.c-1658-/* lets us know if we can push this RDMA through now */
lnet/klnds/gnilnd/gnilnd_cb.c:1659:inline int
lnet/klnds/gnilnd/gnilnd_cb.c-1660-kgnilnd_auth_rdma_bytes(kgn_device_t *dev, kgn_tx_t *tx)
--
lustre/contrib/wireshark/packet-lustre.c-1306-/* @gint col :  the col where we add the information */
lustre/contrib/wireshark/packet-lustre.c:1307:inline static void display_info_str(proto_item *pi, column_info *cinfo, gint col, const gchar* str)
lustre/contrib/wireshark/packet-lustre.c-1308-{
--
lustre/obdclass/genops.c-1932-/* Takes pointer to payload area */
lustre/obdclass/genops.c:1933:inline void kuc_free(void *p, int payload_len)
lustre/obdclass/genops.c-1934-{
--
lustre/utils/gss/write_bytes.h-37-
lustre/utils/gss/write_bytes.h:38:inline static int
lustre/utils/gss/write_bytes.h-39-write_bytes(char **ptr, const char *end, const void *arg, int arg_len)
--
lustre/utils/gss/write_bytes.h-52-
lustre/utils/gss/write_bytes.h:53:inline static int
lustre/utils/gss/write_bytes.h-54-write_buffer(char **p, char *end, gss_buffer_desc *arg)
--
lustre/utils/gss/write_bytes.h-65-
lustre/utils/gss/write_bytes.h:66:inline static int
lustre/utils/gss/write_bytes.h-67-write_oid(char **p, char *end, gss_OID_desc *arg)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;These should be converted to &apos;static inline&apos;, &apos;static&apos;, or just given default linkage where appropriate.&lt;/p&gt;</description>
                <environment></environment>
        <key id="41148">LU-8776</key>
            <summary>fix weird inline definitions</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="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="sguminsx">Steve Guminski</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>easy</label>
                    </labels>
                <created>Fri, 28 Oct 2016 14:50:00 +0000</created>
                <updated>Fri, 23 Dec 2016 13:41:52 +0000</updated>
                            <resolved>Fri, 23 Dec 2016 13:41:52 +0000</resolved>
                                    <version>Lustre 2.9.0</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="171605" author="jgmitter" created="Fri, 28 Oct 2016 17:05:53 +0000"  >&lt;p&gt;Hi Steve,&lt;/p&gt;

&lt;p&gt;Can you please have a look at this one?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;br/&gt;
Joe&lt;/p&gt;</comment>
                            <comment id="171606" author="sguminsx" created="Fri, 28 Oct 2016 17:13:19 +0000"  >&lt;p&gt;Sure, I&apos;ll add this to my queue.&lt;/p&gt;</comment>
                            <comment id="175225" author="gerrit" created="Mon, 28 Nov 2016 17:55:05 +0000"  >&lt;p&gt;Steve Guminski (stephenx.guminski@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23979&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23979&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8776&quot; title=&quot;fix weird inline definitions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8776&quot;&gt;&lt;del&gt;LU-8776&lt;/del&gt;&lt;/a&gt; build: Fix weird inline definitions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d04affefbe452b87bcea01d45c578f49b69ecb15&lt;/p&gt;</comment>
                            <comment id="178915" author="gerrit" created="Fri, 23 Dec 2016 05:05:28 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/23979/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/23979/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8776&quot; title=&quot;fix weird inline definitions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8776&quot;&gt;&lt;del&gt;LU-8776&lt;/del&gt;&lt;/a&gt; build: Fix weird inline definitions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c09317f0ba07bc7c9af229b9bfb166be56792bbf&lt;/p&gt;</comment>
                            <comment id="178944" author="pjones" created="Fri, 23 Dec 2016 13:41:52 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="29170">LU-6387</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzytpz:</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>