]> Git Repo - linux.git/commit
fs: Create a generic is_dot_dotdot() utility
authorChuck Lever <[email protected]>
Sun, 31 Dec 2023 00:46:00 +0000 (19:46 -0500)
committerChuck Lever <[email protected]>
Tue, 23 Jan 2024 15:58:56 +0000 (10:58 -0500)
commit42c3732fa8073717dd7d924472f1c0bc5b452fdc
treed62658e93e5fe91a8e0e75b7c1ab90d384c90e54
parent9473c4450e9c83d890d435577a3776d925fa748c
fs: Create a generic is_dot_dotdot() utility

De-duplicate the same functionality in several places by hoisting
the is_dot_dotdot() utility function into linux/fs.h.

Suggested-by: Amir Goldstein <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Reviewed-by: Amir Goldstein <[email protected]>
Acked-by: Christian Brauner <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
fs/crypto/fname.c
fs/ecryptfs/crypto.c
fs/exportfs/expfs.c
fs/f2fs/f2fs.h
fs/namei.c
include/linux/fs.h
This page took 0.0699689999999999 seconds and 4 git commands to generate.