ocfs2: set non-default s_time_gran during mount
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 9 Aug 2007 23:52:30 +0000 (16:52 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 10 Aug 2007 00:27:58 +0000 (17:27 -0700)
commite0dceaf0a4b8c55076a4dbcba7ac8b05755f5cc6
treeb580fe81cd6b7765db0eb3dc6d42fcd7c2b1676d
parentce17204ae633001ef41318d487282730e96b9522
ocfs2: set non-default s_time_gran during mount

We need to manually set this to '1' during mount, otherwise inode_setattr()
will chop off the nanosecond portion of our timestamps.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/super.c