diff options
author | 2024-09-04 13:36:35 +0900 | |
---|---|---|
committer | 2024-09-14 00:03:15 -0500 | |
commit | ca4974ca954561e79f8871d220bb08f14f64f57c (patch) | |
tree | ab13287214030eb467a0ea880072f5cd3b77566c /scripts/generate_rust_analyzer.py | |
parent | ksmbd: add refcnt to ksmbd_conn struct (diff) | |
download | linux-rng-ca4974ca954561e79f8871d220bb08f14f64f57c.tar.xz linux-rng-ca4974ca954561e79f8871d220bb08f14f64f57c.zip |
ksmbd: make __dir_empty() compatible with POSIX
Some file systems may not provide dot (.) and dot-dot (..) as they are
optional in POSIX. ksmbd can misjudge emptiness of a directory in those
file systems, since it assumes there are always at least two entries:
dot and dot-dot.
Just don't count dot and dot-dot.
Cc: stable@vger.kernel.org # v6.1+
Signed-off-by: Hobin Woo <hobin.woo@samsung.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions