commit | 97550c7478a2da93e348d8c3075d92cddd473a78 | [log] [tgz] |
---|---|---|
author | Namjae Jeon <linkinjeon@kernel.org> | Sun Jan 30 18:28:56 2022 +0900 |
committer | Steve French <stfrench@microsoft.com> | Fri Feb 04 00:12:22 2022 -0600 |
tree | 6d2e25fb2bc11e14388f2ed5d8a84e869ee08480 | |
parent | 6d896d3b44cf64ab9b2483697e222098e7b72f70 [diff] |
ksmbd: fix same UniqueId for dot and dotdot entries ksmbd sets the inode number to UniqueId. However, the same UniqueId for dot and dotdot entry is set to the inode number of the parent inode. This patch set them using the current inode and parent inode. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>