Re: [PATCH hurd] Remove default_pager_paging_file RPC from default pager

2023-04-14 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le sam. 15 avril 2023 01:12:20 -0400, a ecrit: > The default_pager_paging_storage RPC has already it more than 20 years > ago. Given that we want to change the type of default_pager_filename_t > to use c_string, we can just remove the unused RPC. > > Tested that swap

[PATCH hurd] Remove default_pager_paging_file RPC from default pager

2023-04-14 Thread Flavio Cruz
The default_pager_paging_storage RPC has already it more than 20 years ago. Given that we want to change the type of default_pager_filename_t to use c_string, we can just remove the unused RPC. Tested that swapon/swapoff still work with the new binaries. --- hurd/default_pager.defs | 8 +--