From: Vitaly Fertman Date: Fri, 3 Dec 2010 19:49:06 +0000 (+0300) Subject: Revert "b=22965 enable lockless truncate" X-Git-Tag: 2.1.57.0~1 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=b8837358e5781f3d10d0b4cf5f71a7eec4347841 Revert "b=22965 enable lockless truncate" This reverts commit e768e65ce59b6294813b538f308049ae2cbe74a0. --- diff --git a/lustre/osc/osc_dev.c b/lustre/osc/osc_dev.c index a0216e3..8148b7a 100644 --- a/lustre/osc/osc_dev.c +++ b/lustre/osc/osc_dev.c @@ -182,9 +182,6 @@ static const struct cl_device_operations osc_cl_ops = { static int osc_device_init(const struct lu_env *env, struct lu_device *d, const char *name, struct lu_device *next) { - struct osc_device *od = lu2osc_dev(d); - - od->od_lockless_truncate = 1; RETURN(0); }