[PATCH] m68knommu: read/write register access for PIT timer
[pandora-kernel.git] / mm / filemap_xip.c
index e2b34e9..b960ac8 100644 (file)
@@ -383,7 +383,7 @@ xip_file_write(struct file *filp, const char __user *buf, size_t len,
        if (ret)
                goto out_backing;
 
-       inode_update_time(inode, 1);
+       file_update_time(filp);
 
        ret = __xip_file_write (filp, buf, count, pos, ppos);