From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trond Myklebust Subject: Re: [PATCH] nfs: include xattr.h from fs/nfs/nfs3proc.c Date: Mon, 3 Feb 2014 14:48:13 -0500 Message-ID: References: <20140203193107.GH30250@htj.dyndns.org> Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20140203193107.GH30250-Gd/HAXX7CRxy/B6EtB590w@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="windows-1252" To: Tejun Heo Cc: Dr Fields James Bruce , linuxnfs , Li Zefan , containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Feb 3, 2014, at 14:31, Tejun Heo wrote: > fs/nfs/nfs3proc.c is making use of xattr but was getting linux/xattr.= h > indirectly through linux/cgroup.h, which will soon drop the inclusion > of xattr.h. Explicitly include linux/xattr.h from nfs3proc.c so that > compilation doesn't fail when linux/cgroup.h drops linux/xattr.h. >=20 > As the following cgroup changes will depend on these changes, it > probably would be easier to route this through cgroup branch. Would > that be okay? >=20 > Signed-off-by: Tejun Heo > Cc: "J. Bruce Fields" EWRONGMAINTAINER=85 :-) Acked-by: Trond Myklebust > Cc: linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > --- > fs/nfs/nfs3proc.c | 1 + > 1 file changed, 1 insertion(+) >=20 > --- a/fs/nfs/nfs3proc.c > +++ b/fs/nfs/nfs3proc.c > @@ -18,6 +18,7 @@ > #include > #include > #include > +#include >=20 > #include "iostat.h" > #include "internal.h" > -- > To unsubscribe from this list: send the line "unsubscribe linux-nfs" = in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Trond Myklebust Linux NFS client maintainer