ocfs2: properly update i_mtime on buffered write
authorMark Fasheh <mark.fasheh@oracle.com>
Tue, 11 Jul 2006 21:38:54 +0000 (14:38 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 20 Sep 2006 22:53:05 +0000 (15:53 -0700)
commite0b4096d34fbd6b30838c417100c9d0ef73c71f2
treecabe34d3ae64b906f186ddea53bf3b4f84099ab7
parent0f62de2c9ca60a35f63122e7ea992cee8aae4bef
ocfs2: properly update i_mtime on buffered write

We weren't always updating i_mtime on writes, so fix ocfs2_commit_write() to
handle this.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Acked-by: Zach Brown <zach.brown@oracle.com>
fs/ocfs2/aops.c