linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 14476] Cannot set timestamp of Minshall-French symlinks from a CIFS mount
       [not found] <bug-14476-10630@https.bugzilla.samba.org/>
@ 2020-09-04 11:02 ` samba-bugs
  2021-03-18  7:23 ` samba-bugs
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: samba-bugs @ 2020-09-04 11:02 UTC (permalink / raw)
  To: cifs-qa

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

Björn Jacke <bjacke@samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|samba-qa@samba.org          |cifs-qa@samba.org
           Assignee|samba-qa@samba.org          |sfrench@samba.org
          Component|Other                       |kernel fs
            Version|4.12.2                      |3.x
            Product|Samba 4.1 and newer         |CifsVFS

--- Comment #1 from Björn Jacke <bjacke@samba.org> ---
moving this to the cifsvfs product because the Minshall-French symlink are a
client-only thing.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 14476] Cannot set timestamp of Minshall-French symlinks from a CIFS mount
       [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
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: samba-bugs @ 2021-03-18  7:23 UTC (permalink / raw)
  To: cifs-qa

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

Björn Jacke <bjacke@samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.x                         |5.x

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 14476] Cannot set timestamp of Minshall-French symlinks from a CIFS mount
       [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
  4 siblings, 0 replies; 5+ messages in thread
From: samba-bugs @ 2023-10-13 22:04 UTC (permalink / raw)
  To: cifs-qa

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

--- Comment #2 from Steve French <sfrench@samba.org> ---
David Howells spotted the problem - cifs.ko is missing setattr in the
cifs_symlink_inode_operations

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 14476] Cannot set timestamp of Minshall-French symlinks from a CIFS mount
       [not found] <bug-14476-10630@https.bugzilla.samba.org/>
                   ` (2 preceding siblings ...)
  2023-10-13 22:04 ` samba-bugs
@ 2023-10-13 22:05 ` samba-bugs
  2023-10-14 16:17 ` samba-bugs
  4 siblings, 0 replies; 5+ messages in thread
From: samba-bugs @ 2023-10-13 22:05 UTC (permalink / raw)
  To: cifs-qa

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

Steve French <sfrench@samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 14476] Cannot set timestamp of Minshall-French symlinks from a CIFS mount
       [not found] <bug-14476-10630@https.bugzilla.samba.org/>
                   ` (3 preceding siblings ...)
  2023-10-13 22:05 ` samba-bugs
@ 2023-10-14 16:17 ` samba-bugs
  4 siblings, 0 replies; 5+ messages in thread
From: samba-bugs @ 2023-10-14 16:17 UTC (permalink / raw)
  To: cifs-qa

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.

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-14 16:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).