2.1.78-fix for sysv as module

Albert Cranford (AlbertC@millennium.net)
Tue, 06 Jan 1998 20:09:34 -0500


Here is a fix if you have problems compiling sysv filesystem as a
module.

--- linux/include/linux/sysv_fs.h.orig Tue Jan 6 13:37:40 1998
+++ linux/include/linux/sysv_fs.h Tue Jan 6 13:40:21 1998
@@ -390,7 +390,7 @@
extern int init_sysv_fs(void);
extern void sysv_write_super(struct super_block *);
extern void sysv_read_inode(struct inode *);
-extern int sysv_notify_change(struct inode *, struct iattr *);
+extern int sysv_notify_change(struct dentry *, struct iattr *);
extern void sysv_write_inode(struct inode *);
extern void sysv_put_inode(struct inode *);
extern int sysv_statfs(struct super_block *, struct statfs *, int);