
AlbertC at millennium
Jan 6, 1998, 6:09 PM
Post #1 of 1
(169 views)
Permalink
|
|
2.1.78-fix for sysv as module
|
|
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);
|