Whamcloud - gitweb
LU-3868 osc: Update inode timestamp for lockless IO as well
authorSwapnil Pimpale <spimpale@ddn.com>
Fri, 10 Jan 2014 12:15:27 +0000 (17:45 +0530)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 16 May 2014 19:54:48 +0000 (15:54 -0400)
commit91b9eced63241a13e8be1f19b0576e9cc1be6665
tree01d08b358388c91f154d3f150c002f48d8b25a9e
parent73fbce49f5bdec12a914f68898498db58ac6b241
LU-3868 osc: Update inode timestamp for lockless IO as well

Removed the checks for oi_lockless from osc_io_read_start() and
osc_io_write_start(). This patch also removes the unnecessary call to
cl_object_attr_get() in osc_io_write_start() before calling
cl_object_attr_set()

Signed-off-by: Swapnil Pimpale <spimpale@ddn.com>
Change-Id: Ic96694e84444cd19fafe0af72848250e5b1a3d14
Reviewed-on: http://review.whamcloud.com/8797
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/osc/osc_io.c