Re: [PATCH] btrfs: Use wrapper macro for rcu string to remove duplicate code

2018-08-02 Thread David Sterba
On Thu, Aug 02, 2018 at 04:19:07PM +0900, Misono Tomohiro wrote: > Cleanup patch and no functional changes. > > Signed-off-by: Misono Tomohiro Nice. Added to misc-next, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.ke

Re: [PATCH] btrfs: Use wrapper macro for rcu string to remove duplicate code

2018-08-02 Thread Qu Wenruo
On 2018年08月02日 15:19, Misono Tomohiro wrote: > Cleanup patch and no functional changes. > > Signed-off-by: Misono Tomohiro Looks good to me. Reviewed-by: Qu Wenruo Thanks, Qu > --- > fs/btrfs/ioctl.c | 6 ++ > fs/btrfs/scrub.c | 8 ++-- > fs/btrfs/super.c | 9 +++-- >