<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:15:50 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-1347] Lustre coding style change</title>
                <link>https://jira.whamcloud.com/browse/LU-1347</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;To match kernel coding style, Lustre code need some changes, namingly:&lt;br/&gt;
1. Lustre uses expandtab while kernel requires tabs&lt;br/&gt;
2. Lustre code have vim syntax rules in most source files, which need to be removed&lt;br/&gt;
3. Lustre uses a slightly different comment style, which need to be changed to kernel style&lt;/p&gt;</description>
                <environment></environment>
        <key id="14191">LU-1347</key>
            <summary>Lustre coding style change</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="keith">Keith Mannthey</assignee>
                                    <reporter username="bergwolf">Peng Tao</reporter>
                        <labels>
                            <label>emc</label>
                            <label>patch</label>
                    </labels>
                <created>Thu, 26 Apr 2012 22:08:01 +0000</created>
                <updated>Fri, 18 Oct 2013 10:05:30 +0000</updated>
                            <resolved>Fri, 18 Oct 2013 10:05:30 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                    <version>Lustre 2.5.0</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                    <fixVersion>Lustre 2.5.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="38217" author="liang" created="Mon, 7 May 2012 05:05:20 +0000"  >&lt;p&gt;patch to remove the vim/emacs modelines is here:&lt;br/&gt;
 &lt;a href=&quot;http://review.whamcloud.com/#change,2658&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2658&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="38279" author="xuezhao" created="Mon, 7 May 2012 21:20:07 +0000"  >&lt;p&gt;EXORT_SYMBOLs should be moved to immediately follow the function body, to follow normal Linux coding style. And EXPORT_SYMTAB is obsolete after 2.4 kernel.&lt;/p&gt;

&lt;p&gt;Two patches for it:&lt;br/&gt;
makes EXPORT_SYMBOL follows function body  &lt;a href=&quot;http://review.whamcloud.com/2670&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2670&lt;/a&gt;&lt;br/&gt;
removes obsolete EXPORT_SYMTAB macros      &lt;a href=&quot;http://review.whamcloud.com/2671&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2671&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39096" author="xuezhao" created="Sat, 19 May 2012 00:37:47 +0000"  >&lt;p&gt;The big EXPORT_SYMBOL patch is split to multiple smaller patches to reduce confliction possibility.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/2836&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2836&lt;/a&gt;      lnet: makes EXPORT_SYMBOL follows function body&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/2837&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2837&lt;/a&gt;      ldlm: makes EXPORT_SYMBOL follows function body&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/2838&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2838&lt;/a&gt;      lvfs: makes EXPORT_SYMBOL follows function body&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/2839&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2839&lt;/a&gt;      obdclass: makes EXPORT_SYMBOL follows function body&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/2670&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2670&lt;/a&gt;      ptlrpc: makes EXPORT_SYMBOL follows function body&lt;/p&gt;</comment>
                            <comment id="49993" author="keith" created="Fri, 4 Jan 2013 21:52:53 +0000"  >&lt;p&gt;All patches merged. &lt;/p&gt;</comment>
                            <comment id="60954" author="adilger" created="Fri, 21 Jun 2013 00:12:34 +0000"  >&lt;p&gt;We need another patch to remove EXPORT_SYMTAB lines that have crept back into the code because of patches that were under development in other branches at the time these patches landed.&lt;/p&gt;</comment>
                            <comment id="61037" author="keith" created="Fri, 21 Jun 2013 20:31:42 +0000"  >&lt;p&gt;Part2 EXPORT_SYMTAB patch: &lt;a href=&quot;http://review.whamcloud.com/6739&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/6739&lt;/a&gt; &lt;/p&gt;</comment>
                            <comment id="69276" author="adilger" created="Fri, 18 Oct 2013 10:05:30 +0000"  >&lt;p&gt;All patches under this bug have been landed for 2.5.0, please start/clone a new bug for any future patches.&lt;/p&gt;</comment>
                    </comments>
                    <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|hzv63b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4521</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>