This snuck by because the file is not part of the regular PlanetLab kernel.
I am now building the non-planetlab kernel for my laptop, which includes a
bunch more stuff. My hope is that we gain better coverage this way.
*ppos = pos;
- if (!IS_RDONLY(inode) || (file && MNT_IS_RDONLY(file->f_vfsmnt))) {
file_accessed(file);
DPRINTK("ncp_file_read: exit %s/%s\n",
}
vfree(bouncebuffer);
- inode_update_time(inode, 1);
+ inode_update_time(inode, file->f_vfsmnt, 1); /* Both mtime and ctime */
*ppos = pos;