Loading fs/cifs/cifsfs.c +1 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,7 @@ cifs_show_options(struct seq_file *s, struct vfsmount *m) if (cifs_sb) { if (cifs_sb->tcon) { /* BB add prepath to mount options displayed */ seq_printf(s, ",unc=%s", cifs_sb->tcon->treeName); if (cifs_sb->tcon->ses) { if (cifs_sb->tcon->ses->userName) Loading fs/cifs/file.c +3 −2 Original line number Diff line number Diff line Loading @@ -1014,8 +1014,9 @@ static ssize_t cifs_write(struct file *file, const char *write_data, /* since the write may have blocked check these pointers again */ if (file->f_path.dentry) { if (file->f_path.dentry->d_inode) { file->f_path.dentry->d_inode->i_ctime = file->f_path.dentry->d_inode->i_mtime = CURRENT_TIME; /*BB We could make this contingent on superblock ATIME flag too */ /* file->f_path.dentry->d_inode->i_ctime = file->f_path.dentry->d_inode->i_mtime = CURRENT_TIME;*/ if (total_written > 0) { if (*poffset > file->f_path.dentry->d_inode->i_size) i_size_write(file->f_path.dentry->d_inode, Loading Loading
fs/cifs/cifsfs.c +1 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,7 @@ cifs_show_options(struct seq_file *s, struct vfsmount *m) if (cifs_sb) { if (cifs_sb->tcon) { /* BB add prepath to mount options displayed */ seq_printf(s, ",unc=%s", cifs_sb->tcon->treeName); if (cifs_sb->tcon->ses) { if (cifs_sb->tcon->ses->userName) Loading
fs/cifs/file.c +3 −2 Original line number Diff line number Diff line Loading @@ -1014,8 +1014,9 @@ static ssize_t cifs_write(struct file *file, const char *write_data, /* since the write may have blocked check these pointers again */ if (file->f_path.dentry) { if (file->f_path.dentry->d_inode) { file->f_path.dentry->d_inode->i_ctime = file->f_path.dentry->d_inode->i_mtime = CURRENT_TIME; /*BB We could make this contingent on superblock ATIME flag too */ /* file->f_path.dentry->d_inode->i_ctime = file->f_path.dentry->d_inode->i_mtime = CURRENT_TIME;*/ if (total_written > 0) { if (*poffset > file->f_path.dentry->d_inode->i_size) i_size_write(file->f_path.dentry->d_inode, Loading