patch-2.1.79 linux/include/linux/affs_fs.h
Next file: linux/include/linux/byteorder/pdp_endian.h
Previous file: linux/include/asm-sparc64/utrap.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon Jan 12 14:46:26 1998
- Orig file:
v2.1.78/linux/include/linux/affs_fs.h
- Orig date:
Thu Dec 4 14:53:57 1997
diff -u --recursive --new-file v2.1.78/linux/include/linux/affs_fs.h linux/include/linux/affs_fs.h
@@ -65,7 +65,7 @@
extern int affs_create(struct inode *dir, struct dentry *dentry, int mode);
extern int affs_mkdir(struct inode *dir, struct dentry *dentry, int mode);
extern int affs_rmdir(struct inode *dir, struct dentry *dentry);
-extern int affs_link(struct inode *oldinode, struct inode *dir,
+extern int affs_link(struct dentry *olddentry, struct inode *dir,
struct dentry *dentry);
extern int affs_symlink(struct inode *dir, struct dentry *dentry,
const char *symname);
@@ -78,7 +78,7 @@
extern void affs_brelse(struct buffer_head *buf);
extern unsigned long affs_parent_ino(struct inode *dir);
extern struct inode *affs_new_inode(const struct inode *dir);
-extern int affs_notify_change(struct inode *inode, struct iattr *attr);
+extern int affs_notify_change(struct dentry *dentry, struct iattr *attr);
extern int affs_add_entry(struct inode *dir, struct inode *link,
struct inode *inode, struct dentry *dentry, s32 type);
extern void affs_put_inode(struct inode *inode);
@@ -106,5 +106,8 @@
extern struct inode_operations affs_symlink_inode_operations;
extern struct inode_operations affs_chrdev_inode_operations;
extern struct inode_operations affs_blkdev_inode_operations;
+
+extern struct dentry_operations affs_dentry_operations;
+extern struct dentry_operations affs_dentry_operations_intl;
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov