[PATCH 0/2] Refactor file_systems to use the kernel's list

2019-05-04 Thread Carmeli Tamir
struct file_system_type defines a next field which is used to link the file_system_type structs registered to the kernel. This patch set replaces the propietry linked list implementation with the kernel's list.h. This change makes clearer interfaces and code (e.g. the change in register_filesys

[PATCH 0/2] Refactor file_systems to use the kernel's list

2019-05-04 Thread Carmeli Tamir
struct file_system_type defines a next field which is used to link the file_system_type structs registered to the kernel. This patch set replaces the propietry linked list implementation with the kernel's list.h. This change makes clearer interfaces and code (e.g. the change in register_filesys