Whamcloud - gitweb
LU-3868 osc: Update inode timestamp for lockless IO as well 97/8797/2
authorSwapnil Pimpale <spimpale@ddn.com>
Fri, 10 Jan 2014 12:15:27 +0000 (17:45 +0530)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 19 Apr 2014 06:21:39 +0000 (06:21 +0000)
commit77f803507fb34834007c4d34435156a230087664
tree77d52dfb88b7eff67d7fea3c81efcf13ddf38ef2
parentd8fdc4c1603726e0b893571960938ea9dfe28658
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