svn commit: linux-cifs-client r88 - in branches/linux-converged-for-old-kernels/fs/cifs: .

sfrench at samba.org sfrench at samba.org
Sun Oct 1 19:55:14 GMT 2006


Author: sfrench
Date: 2006-10-01 19:55:14 +0000 (Sun, 01 Oct 2006)
New Revision: 88

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=linux-cifs-client&rev=88

Log:
address space ops do have to be const after all

Modified:
   branches/linux-converged-for-old-kernels/fs/cifs/cifsfs.h


Changeset:
Modified: branches/linux-converged-for-old-kernels/fs/cifs/cifsfs.h
===================================================================
--- branches/linux-converged-for-old-kernels/fs/cifs/cifsfs.h	2006-10-01 19:28:30 UTC (rev 87)
+++ branches/linux-converged-for-old-kernels/fs/cifs/cifsfs.h	2006-10-01 19:55:14 UTC (rev 88)
@@ -61,8 +61,8 @@
 #endif
 #endif
 
-extern struct address_space_operations cifs_addr_ops;
-extern struct address_space_operations cifs_addr_ops_smallbuf;
+extern const struct address_space_operations cifs_addr_ops;
+extern const struct address_space_operations cifs_addr_ops_smallbuf;
 
 /* Functions related to super block operations */
 extern struct super_operations cifs_super_ops;



More information about the samba-cvs mailing list