Bug 99551

Summary: xfs support in redhat beta kernel does not compile
Product: [Retired] Red Hat Linux Beta Reporter: Knut J BJuland <knutjbj>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: beta1CC: riel
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-07-22 19:55:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
A xfs update patch by Russell Cattelan,cattelan@xfs.org none

Description Knut J BJuland 2003-07-21 19:59:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703

Description of problem:
I am unable to compile this kernel with xfs support.

xfs_syncd.c: In function `syncd':
xfs_syncd.c:52: structure has no member named `sigmask_lock'
xfs_syncd.c:54: too many arguments to function `recalc_sigpending'

Version-Release number of selected component (if applicable):
kernel-source-2.4.21-20.1.2024.2.1.nptl

How reproducible:
Always

Steps to Reproduce:
1.make xconfig and slect y for xfs file system
2. make dep bzImage
3.
    

Actual Results:  xfs_syncd.c: In function `syncd':
xfs_syncd.c:52: structure has no member named `sigmask_lock'
xfs_syncd.c:54: too many arguments to function `recalc_sigpending'


Expected Results:  xfs code shold compile

Additional info:

Comment 1 Knut J BJuland 2003-07-22 19:53:18 UTC
the O_DIRECT change has not been integrate into xfs code ine the tree.

 /BUILD/kernel-2.4.21/linux-2.4.21/arch/i386/lib/lib.a --end-group -o
 .tmp_vmlinux1
 fs/fs.o(.text+0xa130c): In function `xfs_write':
 : undefined reference to `generic_file_write_nolock'
 make[1]: *** [kallsyms] Error 1 O_DIRECT

Comment 2 Arjan van de Ven 2003-07-22 19:55:21 UTC
XFS doesn't compile.... guess why it's off :)


Comment 3 Knut J BJuland 2003-08-02 12:42:53 UTC
Please update xfs source with nptl change and O_directe.

Comment 4 Rik van Riel 2003-08-02 14:31:13 UTC
Sorry, but your patch to make XFS compile doesn't seem to be attached to this
bug report.

Comment 5 Knut J BJuland 2003-08-02 16:11:33 UTC
Created attachment 93355 [details]
A xfs update patch by Russell Cattelan,cattelan

I got this xfs patch Russell Cattelan,cattelan. This update xfs to
compile stat in Redhat kernel. It applies cleanly.