[SSI] openssi/kernel/cluster/ssi/cfs proc.c,1.23,1.24
John Hughes <[email protected]> Sat, 13 Feb 2010 14:56:19 +0000
| Newsgroups | gmane.linux.cluster.ssic.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/cfs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30783/cluster/ssi/cfs
Modified Files:
Tag: OPENSSI-FC
proc.c
Log Message:
ssize_t is a long, not an int
Index: proc.c
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/cfs/proc.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- proc.c 17 Dec 2009 06:43:50 -0000 1.23
+++ proc.c 13 Feb 2010 14:56:17 -0000 1.24
@@ -640,7 +640,7 @@
cfs_mntinfo_t *mip = itocmi(data->inode);
unsigned int vlen = 0;
- dprintk("CFS call write %d @ %Ld\n", (ssize_t)data->count, (long long)data->offset);
+ dprintk("CFS call write %ld @ %Ld\n", (ssize_t)data->count, (long long)data->offset);
CFS_SB_FSOP_START(mip);
sb_down_retry:
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev