Loading fs/btrfs/inode.c +1 −0 Original line number Diff line number Diff line Loading @@ -5269,6 +5269,7 @@ static struct address_space_operations btrfs_aops = { .invalidatepage = btrfs_invalidatepage, .releasepage = btrfs_releasepage, .set_page_dirty = btrfs_set_page_dirty, .error_remove_page = generic_error_remove_page, }; static struct address_space_operations btrfs_symlink_aops = { Loading Loading
fs/btrfs/inode.c +1 −0 Original line number Diff line number Diff line Loading @@ -5269,6 +5269,7 @@ static struct address_space_operations btrfs_aops = { .invalidatepage = btrfs_invalidatepage, .releasepage = btrfs_releasepage, .set_page_dirty = btrfs_set_page_dirty, .error_remove_page = generic_error_remove_page, }; static struct address_space_operations btrfs_symlink_aops = { Loading