lustre/clio: honor O_NOATIME
[deliverable/linux.git] / drivers / staging / lustre / lustre / lov / lov_io.c
index 5a6ab70ed0a1a3a4126e836a3b144e4d880bf5d2..65133ea308b6b6c1c8e3acae995c55960a1700f1 100644 (file)
@@ -194,6 +194,7 @@ static int lov_io_sub_init(const struct lu_env *env, struct lov_io *lio,
                sub_io->ci_lockreq = io->ci_lockreq;
                sub_io->ci_type    = io->ci_type;
                sub_io->ci_no_srvlock = io->ci_no_srvlock;
+               sub_io->ci_noatime = io->ci_noatime;
 
                lov_sub_enter(sub);
                result = cl_io_sub_init(sub->sub_env, sub_io,
This page took 0.04067 seconds and 5 git commands to generate.