xfs
[Top] [All Lists]

[Bug 379] New: CVS Linux 2.4 and 2.6 build failure w/ CONFIG_XFS_DMAPI

To: xfs-master@xxxxxxxxxxx
Subject: [Bug 379] New: CVS Linux 2.4 and 2.6 build failure w/ CONFIG_XFS_DMAPI
From: bugzilla-daemon@xxxxxxxxxxx
Date: Thu, 28 Oct 2004 07:26:17 -0700
Sender: linux-xfs-bounce@xxxxxxxxxxx
http://oss.sgi.com/bugzilla/show_bug.cgi?id=379

           Summary: CVS Linux 2.4 and 2.6 build failure w/ CONFIG_XFS_DMAPI
           Product: Linux XFS
           Version: Current
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: High
         Component: XFS kernel code
        AssignedTo: xfs-master@xxxxxxxxxxx
        ReportedBy: peter.kovar@xxxxxxxxx


Linux 2.4 and 2.6 from current CVS trees at SGI failed to build with
CONFIG_XFS_DMAPI enabled. xfs_iget() defined in "xfs_inode.h" has 7 parameters,
however in Linux 2.6.9 only 6 parameters, without uint lock_flags!

xfs_dmapi.c: In function `xfs_dm_bulkstat_one':
xfs_dmapi.c:519: warning: passing arg 5 of `xfs_iget' makes integer from pointer
without a cast
xfs_dmapi.c:519: warning: passing arg 6 of `xfs_iget' makes pointer from integer
without a cast
xfs_dmapi.c:519: error: too few arguments to function `xfs_iget'
make[3]: *** [xfs_dmapi.o] Error 1

Peter KováÅ?
50 65 74 65 72 20 4B 6F 76 C3 A1 C5 99



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


<Prev in Thread] Current Thread [Next in Thread>
  • [Bug 379] New: CVS Linux 2.4 and 2.6 build failure w/ CONFIG_XFS_DMAPI, bugzilla-daemon <=