Whamcloud - gitweb
LU-191 mdd_close always set atime even it's same
authorLiang Zhen <liang@whamcloud.com>
Mon, 4 Apr 2011 16:31:20 +0000 (00:31 +0800)
committerOleg Drokin <green@whamcloud.com>
Mon, 18 Apr 2011 18:23:41 +0000 (11:23 -0700)
commitd65f789f433f2d52e82116c374d88906321f9d28
treeb118c8d638c71e36b20ebc2c08abfb29d8077ed6
parentba31efdecb860b6b680f743ba2666cefb2fc6ee5
LU-191 mdd_close always set atime even it's same

mdd_close always set atime even new atime is exactly same as old one,
this will impact performance of those shortly open/close applications
and tests because of unnecessary transaction.

Change-Id: Ib408dd238fca2e8a736aff1874e243f0d26894b0
Signed-off-by: Liang Zhen <liang@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/396
Tested-by: Hudson
Reviewed-by: Mikhail Pershin <tappro@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/mdd/mdd_object.c