summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPeng Tao <bergwolf@gmail.com>2013-12-03 22:11:38 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-12-03 08:40:23 -0800
commit04eb2b7f3ff19685531945a484e78ab7b9376ccc (patch)
treebfad3e1e6fb8f9ed40ca79b1fd53ecf9f4c029ac /tools/perf/scripts/python
parentb89f3b9460417758d5189caddab8a052d2dd19f4 (diff)
staging/lustre: fix build error when CONFIG_FS_POSIX_ACL is off
We need to include <linux/posix_acl_xattr.h> regardless of CONFIG_FS_POSIX_ACL is set or not. Otherwise build fails as reported by kbuild robot: >> drivers/staging/lustre/lustre/llite/file.c:2965:2: error: implicit declaration of function 'posix_acl_dup' [-Werror=implicit-function-declaration] acl = posix_acl_dup(lli->lli_posix_acl); <many similar errors omitted> Reported-by: Fengguang Wu <fengguang.wu@intel.com> Cc: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Peng Tao <bergwolf@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions