summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre/llite/lcommon_misc.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 13:59:03 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 13:59:03 +1100
commit43b98888909fad28c8444cc64c77bf5177adaa41 (patch)
tree8dc152fac657efabf2a2801173f69d8f003dff7d /drivers/staging/lustre/lustre/llite/lcommon_misc.c
parentb66c3664e763aa8d13d96a4d89c72be6bb0d05f5 (diff)
parent0a441275018b69deffd35bc22a84fd51c54d7d85 (diff)
Merge remote-tracking branch 'staging/staging-next'
Diffstat (limited to 'drivers/staging/lustre/lustre/llite/lcommon_misc.c')
-rw-r--r--drivers/staging/lustre/lustre/llite/lcommon_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/lcommon_misc.c b/drivers/staging/lustre/lustre/llite/lcommon_misc.c
index f48660ed350f..f0c132e2cf92 100644
--- a/drivers/staging/lustre/lustre/llite/lcommon_misc.c
+++ b/drivers/staging/lustre/lustre/llite/lcommon_misc.c
@@ -33,6 +33,7 @@
* future).
*
*/
+#define DEBUG_SUBSYSTEM S_LLITE
#include "../include/obd_class.h"
#include "../include/obd_support.h"
#include "../include/obd.h"
@@ -132,7 +133,6 @@ int cl_get_grouplock(struct cl_object *obj, unsigned long gid, int nonblock,
io = vvp_env_thread_io(env);
io->ci_obj = obj;
- io->ci_ignore_layout = 1;
rc = cl_io_init(env, io, CIT_MISC, io->ci_obj);
if (rc != 0) {