Simple - more logical placement.
> struct super_operations {
> void (*read_inode) (struct inode *);
> - int (*notify_change) (struct inode *, struct iattr *);
> void (*write_inode) (struct inode *);
> void (*put_inode) (struct inode *);
> + void (*delete_inode) (struct inode *);
> + int (*notify_change) (struct inode *, struct iattr *);
> void (*put_super) (struct super_block *);
> void (*write_super) (struct super_block *);
> - void (*statfs) (struct super_block *, struct statfs *, int);
> + int (*statfs) (struct super_block *, struct statfs *, int);
> int (*remount_fs) (struct super_block *, int *, char *);
> };
-- Andrew E. Mileski mailto:aem@netcom.ca