All of lore.kernel.org
 help / color / mirror / Atom feed
From: samba-bugs@samba.org
To: cifs-qa@samba.org
Subject: [Bug 14476] Cannot set timestamp of Minshall-French symlinks from a CIFS mount
Date: Sat, 14 Oct 2023 16:17:43 +0000	[thread overview]
Message-ID: <bug-14476-10630-hGnnyw1b0c@https.bugzilla.samba.org/> (raw)
In-Reply-To: <bug-14476-10630@https.bugzilla.samba.org/>

https://bugzilla.samba.org/show_bug.cgi?id=14476

--- Comment #3 from Steve French <sfrench@samba.org> ---
This change fixes it:

diff --git a/fs/smb/client/cifsfs.c b/fs/smb/client/cifsfs.c
index 22869cda1356..ea3a7a668b45 100644
--- a/fs/smb/client/cifsfs.c
+++ b/fs/smb/client/cifsfs.c
@@ -1191,6 +1191,7 @@ const char *cifs_get_link(struct dentry *dentry, struct
inode *inode,

 const struct inode_operations cifs_symlink_inode_ops = {
        .get_link = cifs_get_link,
+       .setattr = cifs_setattr,
        .permission = cifs_permission,
        .listxattr = cifs_listxattr,
 };

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

      parent reply	other threads:[~2023-10-14 16:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-14476-10630@https.bugzilla.samba.org/>
2020-09-04 11:02 ` [Bug 14476] Cannot set timestamp of Minshall-French symlinks from a CIFS mount samba-bugs
2021-03-18  7:23 ` samba-bugs
2023-10-13 22:04 ` samba-bugs
2023-10-13 22:05 ` samba-bugs
2023-10-14 16:17 ` samba-bugs [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-14476-10630-hGnnyw1b0c@https.bugzilla.samba.org/ \
    --to=samba-bugs@samba.org \
    --cc=cifs-qa@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.