fix constness warning in dmapi
File operations are const now so make sure the dmapi code propagates
this properly.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Thu Aug 2 20:54:51 AEST 2007
Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by: hch@xxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:29313a
fs/xfs/dmapi/xfs_dm_fsops.c - 1.7 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm_fsops.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h
- make file operations const.
Modid: linux-melb:dmapi:29313b
fs/dmapi/dmapi_kern.h - 1.20 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/fs/dmapi/dmapi_kern.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h
- make file operations const.
|