ufs: add ufs speciffic ->setattr call
generic setattr not longer responsible for quota transfer. use ufs_setattr for all ufs's inodes. Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:

committed by
Jan Kara

parent
e0a5cbac02
commit
311b9549ed
@@ -603,7 +603,7 @@ static void ufs_set_inode_ops(struct inode *inode)
|
||||
if (!inode->i_blocks)
|
||||
inode->i_op = &ufs_fast_symlink_inode_operations;
|
||||
else {
|
||||
inode->i_op = &page_symlink_inode_operations;
|
||||
inode->i_op = &ufs_symlink_inode_operations;
|
||||
inode->i_mapping->a_ops = &ufs_aops;
|
||||
}
|
||||
} else
|
||||
|
Reference in New Issue
Block a user