summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/ldlm/l_lock.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 22:29:36 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 22:29:36 -0700
commite27db14919269176ec040479d199225a37aafb8c (patch)
tree44f2685183f1a7948236229714d60457bf980643 /drivers/staging/lustre/lustre/ldlm/l_lock.c
parent7f2d973a7c4cb6fda470a65d0fc953dbc06fe64a (diff)
downloadop-kernel-dev-e27db14919269176ec040479d199225a37aafb8c.zip
op-kernel-dev-e27db14919269176ec040479d199225a37aafb8c.tar.gz
staging: lustre: ptlrpc/ldlm: remove ccflags from Makefile
Fix up the relative paths in the .c files to properly build with the Makefile change. Cc: Andreas Dilger <andreas.dilger@intel.com> Cc: Oleg Drokin <oleg.drokin@intel.com> Cc: hpdd-discuss <hpdd-discuss@lists.01.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/ldlm/l_lock.c')
-rw-r--r--drivers/staging/lustre/lustre/ldlm/l_lock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/ldlm/l_lock.c b/drivers/staging/lustre/lustre/ldlm/l_lock.c
index ba774c4..cd8ab40 100644
--- a/drivers/staging/lustre/lustre/ldlm/l_lock.c
+++ b/drivers/staging/lustre/lustre/ldlm/l_lock.c
@@ -37,8 +37,8 @@
#define DEBUG_SUBSYSTEM S_LDLM
#include "../../include/linux/libcfs/libcfs.h"
-#include <lustre_dlm.h>
-#include <lustre_lib.h>
+#include "../include/lustre_dlm.h"
+#include "../include/lustre_lib.h"
/**
* Lock a lock and its resource.
OpenPOWER on IntegriCloud