<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:20:41 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-1901] compile error for sles11 when JBD2_DEBUG is on</title>
                <link>https://jira.whamcloud.com/browse/LU-1901</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;For sles11 lustre expands s_mount_opts to unsigned long long:&lt;/p&gt;

&lt;p&gt;ldiskfs/kernel_patches/patches/ext4-misc-sles11.patch:&lt;/p&gt;

&lt;p&gt;@@ -997,7 +1004,7 @@ struct ext4_sb_info {&lt;br/&gt;
        struct buffer_head * s_sbh;     /* Buffer containing the super block */&lt;br/&gt;
        struct ext4_super_block &lt;b&gt;s_es;  /&lt;/b&gt; Pointer to the super block in the buffer */&lt;br/&gt;
        struct buffer_head **s_group_desc;&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;unsigned int s_mount_opt;&lt;br/&gt;
+       unsigned long long s_mount_opt;      /* lustre need more options */&lt;br/&gt;
        unsigned int s_mount_flags;&lt;br/&gt;
        ext4_fsblk_t s_sb_block;&lt;br/&gt;
        uid_t s_resuid;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;but does not update printk&apos;s specifier in fs/ext4/inode.c:ext4_forget()&lt;br/&gt;
        jbd_debug(4, &quot;forgetting bh %p: is_metadata = %d, mode %o, &quot;&lt;br/&gt;
                  &quot;data mode %x\n&quot;,&lt;br/&gt;
                  bh, is_metadata, inode-&amp;gt;i_mode,&lt;br/&gt;
                  test_opt(inode-&amp;gt;i_sb, DATA_FLAGS));&lt;/p&gt;

&lt;p&gt;test_opt(inode-&amp;gt;i_sb, DATA_FLAGS) is unsigned long long now, so it should be printed as %Lx&lt;/p&gt;

</description>
                <environment>SLES11</environment>
        <key id="15893">LU-1901</key>
            <summary>compile error for sles11 when JBD2_DEBUG is on</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="5" iconUrl="https://jira.whamcloud.com/images/icons/priorities/trivial.svg">Trivial</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="bogl">Bob Glossman</assignee>
                                    <reporter username="vs">Vladimir V. Saveliev</reporter>
                        <labels>
                    </labels>
                <created>Tue, 11 Sep 2012 21:48:34 +0000</created>
                <updated>Fri, 22 Feb 2013 13:12:04 +0000</updated>
                            <resolved>Fri, 22 Feb 2013 13:12:04 +0000</resolved>
                                    <version>Lustre 1.8.8</version>
                                    <fixVersion>Lustre 1.8.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="44639" author="vs" created="Tue, 11 Sep 2012 21:59:02 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/3943&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3943&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="44641" author="pjones" created="Tue, 11 Sep 2012 22:06:03 +0000"  >&lt;p&gt;Thanks VS!&lt;/p&gt;

&lt;p&gt;Yangsheng&lt;/p&gt;

&lt;p&gt;Could you please look into getting this patch landed?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="46869" author="pjones" created="Wed, 24 Oct 2012 08:12:23 +0000"  >&lt;p&gt;Reassigning to Bob&lt;/p&gt;</comment>
                            <comment id="49043" author="johann" created="Tue, 11 Dec 2012 10:43:54 +0000"  >&lt;p&gt;Bob, is the patch also needed on master?&lt;/p&gt;</comment>
                            <comment id="49052" author="bogl" created="Tue, 11 Dec 2012 12:06:54 +0000"  >&lt;p&gt;Johann, since we only support clients in sles11 on master this patch isn&apos;t needed there.  We probably need much bigger revisions to the ldiskfs patch set for sles11 than just this to revive server support for sles11 in master.&lt;/p&gt;</comment>
                            <comment id="49059" author="simmonsja" created="Tue, 11 Dec 2012 13:05:59 +0000"  >&lt;p&gt;The patch for this ticket is for SLES11 SP0 so its not needed for master. Officially master support SLES11 SP1 clients but the work (i.e ldiskfs) is there to support server side. Also the patch from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1812&quot; title=&quot;3.6/FC18 Server Patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1812&quot;&gt;&lt;del&gt;LU-1812&lt;/del&gt;&lt;/a&gt; will allow true SLES11 SP1 support. SLES11 SP2 without ldiskfs will be possible also.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>24636.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <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|hzvyg7:</customfieldvalue>

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