lkml.org 
[lkml]   [2023]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 9/9] cifs: update the ctime on a partial page write
    Date
    Signed-off-by: Jeff Layton <jlayton@kernel.org>
    ---
    fs/smb/client/file.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/fs/smb/client/file.c b/fs/smb/client/file.c
    index df88b8c04d03..a00038a326cf 100644
    --- a/fs/smb/client/file.c
    +++ b/fs/smb/client/file.c
    @@ -2596,7 +2596,7 @@ static int cifs_partialpagewrite(struct page *page, unsigned from, unsigned to)
    write_data, to - from, &offset);
    cifsFileInfo_put(open_file);
    /* Does mm or vfs already set times? */
    - inode->i_atime = inode->i_mtime = current_time(inode);
    + inode->i_atime = inode->i_mtime = inode->i_ctime = current_time(inode);
    if ((bytes_written > 0) && (offset))
    rc = 0;
    else if (bytes_written < 0)
    --
    2.40.1
    \
     
     \ /
      Last update: 2023-06-09 14:53    [W:7.657 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site