From: Tejun Heo Date: Mon, 3 Feb 2014 19:31:07 +0000 (-0500) Subject: nfs: include xattr.h from fs/nfs/nfs3proc.c X-Git-Tag: v3.14-rc4~22^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6be6555302eebb14510fd6b35bb17e8dfa1386;p=pandora-kernel.git nfs: include xattr.h from fs/nfs/nfs3proc.c 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. 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? Signed-off-by: Tejun Heo Acked-by: Trond Myklebust Cc: linux-nfs@vger.kernel.org --- Reading git-diff-tree failed