|
@@ -1565,7 +1565,6 @@ struct inode_operations {
|
|
|
int (*mknod) (struct inode *,struct dentry *,umode_t,dev_t);
|
|
|
int (*rename) (struct inode *, struct dentry *,
|
|
|
struct inode *, struct dentry *);
|
|
|
- void (*truncate) (struct inode *);
|
|
|
int (*setattr) (struct dentry *, struct iattr *);
|
|
|
int (*getattr) (struct vfsmount *mnt, struct dentry *, struct kstat *);
|
|
|
int (*setxattr) (struct dentry *, const char *,const void *,size_t,int);
|