Re: [PATCH V2 linux-next] ext4: make online resizing conditional

2016-10-21 Thread Andreas Dilger
On Oct 21, 2016, at 12:16 PM, Fabian Frederick wrote: > > This patch tries to address the following comment in ext4/resize.c > "This could probably be made into a module, because it is not often in use." > > Having ext4 resizing in a module would give a lot of depmod >

Re: [PATCH V2 linux-next] ext4: make online resizing conditional

2016-10-21 Thread Andreas Dilger
On Oct 21, 2016, at 12:16 PM, Fabian Frederick wrote: > > This patch tries to address the following comment in ext4/resize.c > "This could probably be made into a module, because it is not often in use." > > Having ext4 resizing in a module would give a lot of depmod > dependency cycles but we

[PATCH V2 linux-next] ext4: make online resizing conditional

2016-10-21 Thread Fabian Frederick
This patch tries to address the following comment in ext4/resize.c "This could probably be made into a module, because it is not often in use." Having ext4 resizing in a module would give a lot of depmod dependency cycles but we can make it an option. resize.h has been added for more

[PATCH V2 linux-next] ext4: make online resizing conditional

2016-10-21 Thread Fabian Frederick
This patch tries to address the following comment in ext4/resize.c "This could probably be made into a module, because it is not often in use." Having ext4 resizing in a module would give a lot of depmod dependency cycles but we can make it an option. resize.h has been added for more