Loading fs/libfs.c +0 −2 Original line number Diff line number Diff line Loading @@ -369,8 +369,6 @@ int simple_setattr(struct dentry *dentry, struct iattr *iattr) struct inode *inode = dentry->d_inode; int error; WARN_ON_ONCE(inode->i_op->truncate); error = inode_change_ok(inode, iattr); if (error) return error; Loading include/linux/fs.h +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
fs/libfs.c +0 −2 Original line number Diff line number Diff line Loading @@ -369,8 +369,6 @@ int simple_setattr(struct dentry *dentry, struct iattr *iattr) struct inode *inode = dentry->d_inode; int error; WARN_ON_ONCE(inode->i_op->truncate); error = inode_change_ok(inode, iattr); if (error) return error; Loading
include/linux/fs.h +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading