Fix XFS to include DMAPI specific code in both cases of including DMAPI,
as a module or statically linked with the kernel.
Date: Tue Dec 12 10:21:45 AEDT 2006
Workarea: soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs
Inspected by: dgc
Author: vapo
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:27696a
fs/xfs/linux-2.6/xfs_linux.h - 1.152 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_linux.h.diff?r1=text&tr1=1.152&r2=text&tr2=1.151&f=h
- pv 959109, rv dgc - define HAVE_DMAPI for modular
(CONFIG_XFS_DMAPI_MODULE)
and static link (CONFIG_XFS_DMAPI) of dmapi.
fs/xfs/linux-2.6/xfs_file.c - 1.147 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_file.c.diff?r1=text&tr1=1.147&r2=text&tr2=1.146&f=h
fs/xfs/linux-2.4/xfs_file.c - 1.130 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_file.c.diff?r1=text&tr1=1.130&r2=text&tr2=1.129&f=h
- pv 959109, rv dgc - CONFIG_XFS_DMAPI is used as both -
environment var and
compile time def. Change it to HAVE_DMAPI fro compile time def.
|