]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/smb/client/cifsglob.h
smb: client: parse owner/group when creating reparse points
[thirdparty/linux.git] / fs / smb / client / cifsglob.h
index f576ceee6157a6b6b67fa18c0a7d5b4e051a2413..49ec4d3713fe97f78a0a2bd8e36e6e5d24b99c00 100644 (file)
@@ -204,6 +204,8 @@ struct cifs_open_info_data {
                };
        } reparse;
        char *symlink_target;
+       struct cifs_sid posix_owner;
+       struct cifs_sid posix_group;
        union {
                struct smb2_file_all_info fi;
                struct smb311_posix_qinfo posix_fi;