linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / ncpfs / file.c
index fd0f53d..973b444 100644 (file)
@@ -262,7 +262,7 @@ ncp_file_write(struct file *file, const char __user *buf, size_t count, loff_t *
        }
        vfree(bouncebuffer);
 
-       inode_update_time(inode, file->f_vfsmnt, 1); /* Both mtime and ctime */
+       file_update_time(file);
 
        *ppos = pos;