On Mon, Aug 15, 2022 at 01:54:28PM -0700, Boris Burkov wrote: > diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c > index e7671afcee4f..9e8679848d54 100644 > --- a/fs/btrfs/send.c > +++ b/fs/btrfs/send.c > @@ -3,6 +3,7 @@ > * Copyright (C) 2012 Alexander Block. All rights reserved. > */ > > +#include "linux/compiler_attributes.h" I don't understand the purpose of this include. And why is it in quotes? Otherwise this patch looks good to me. - Eric