fs/file: unify prefix f_ for member locked

update locked to f_locked

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
dongjiuzhu1
2025-06-07 14:07:05 +08:00
committed by Xiang Xiao
parent 70fc5c3e77
commit 9ca5c1d9c6
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class File(Value):
f_tag_fdsan: Value
f_tag_fdcheck: Value
f_backtrace: Value
locked: Value
f_locked: Value
class Inode(Value):