Changeset 6054 in vbox for trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h
- Timestamp:
- Dec 12, 2007 12:42:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h
r5999 r6054 59 59 60 60 /* forward declarations */ 61 extern struct inode_operations sf_dir_iops; 62 extern struct inode_operations sf_reg_iops; 63 extern struct file_operations sf_dir_fops; 64 extern struct file_operations sf_reg_fops; 65 extern struct dentry_operations sf_dentry_ops; 61 extern struct inode_operations sf_dir_iops; 62 extern struct inode_operations sf_reg_iops; 63 extern struct file_operations sf_dir_fops; 64 extern struct file_operations sf_reg_fops; 65 extern struct dentry_operations sf_dentry_ops; 66 extern struct address_space_operations sf_reg_aops; 66 67 67 68 extern void
Note:
See TracChangeset
for help on using the changeset viewer.