Re: [PATCH 00/67] btrfs-progs: add the stack prefix for the set/get

2018-01-23 Thread Lu Fengqi
On Tue, Jan 23, 2018 at 03:29:50PM +0100, David Sterba wrote: >On Thu, Jan 11, 2018 at 01:08:32PM +0800, Lu Fengqi wrote: >> These set/get functions defined by BTRFS_SETGET_STACK_FUNCS macro is >> missing the prefix stack. I can't add an extent buffer version set/get >> function as the result of

Re: [PATCH 00/67] btrfs-progs: add the stack prefix for the set/get

2018-01-23 Thread David Sterba
On Thu, Jan 11, 2018 at 01:08:32PM +0800, Lu Fengqi wrote: > These set/get functions defined by BTRFS_SETGET_STACK_FUNCS macro is > missing the prefix stack. I can't add an extent buffer version set/get > function as the result of the function name conflict. Why do you need to add the extent

[PATCH 00/67] btrfs-progs: add the stack prefix for the set/get

2018-01-10 Thread Lu Fengqi
These set/get functions defined by BTRFS_SETGET_STACK_FUNCS macro is missing the prefix stack. I can't add an extent buffer version set/get function as the result of the function name conflict. To settle a matter once and for all, I have written a script to rename these functions. And, I will