Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi/kernel/include/linux fs.h,1.7,1.8 mount.h,1.5,1.6: msg#00120
|
Subject: |
[SSI] openssi/kernel/include/linux fs.h,1.7,1.8 mount.h,1.5,1.6 |
Update of /cvsroot/ssic-linux/openssi/kernel/include/linux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4193/include/linux
Modified Files:
fs.h mount.h
Log Message:
Changes to get fs and clsuter/ssi/cfs to compile
Index: fs.h
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/include/linux/fs.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fs.h 22 Oct 2004 08:58:54 -0000 1.7
+++ fs.h 12 Nov 2004 03:21:46 -0000 1.8
@@ -725,7 +725,7 @@
extern void f_delown(struct file *filp);
extern int send_sigurg(struct fown_struct *fown);
#if defined(CONFIG_SSI) || defined(CONFIG_CFS)
-extern long do_fcntl(unsigned int, unsigned int, unsigned long, struct file *);
+extern long do_fcntl(int, unsigned int, unsigned long, struct file *);
extern void get_f_owner(struct file *, struct fown_struct *);
extern void set_f_owner(struct file *, pid_t, uid_t, uid_t);
extern int expand_files(struct files_struct *files, int nr);
Index: mount.h
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/include/linux/mount.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mount.h 20 Oct 2004 03:23:37 -0000 1.5
+++ mount.h 12 Nov 2004 03:21:48 -0000 1.6
@@ -95,8 +95,13 @@
struct nameidata;
+#ifdef CONFIG_SSI
+extern int do_add_mount(struct vfsmount *newmnt, struct nameidata *nd,
+ int mnt_flags, struct list_head *fslist, char *dir_name);
+#else
extern int do_add_mount(struct vfsmount *newmnt, struct nameidata *nd,
int mnt_flags, struct list_head *fslist);
+#endif
extern void mark_mounts_for_expiry(struct list_head *mounts);
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
|
| |