diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2025-10-05 19:01:48 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2025-10-06 16:43:39 -0500 |
commit | e7933f5b019c1daef0a138661d6e504f0259de98 (patch) | |
tree | f67d498f954d8075739034769c29c9572799c99c /scripts/gdb/linux/xarray.py | |
parent | 63e62baaa72e1aceb422f64a50408bc9b02a6022 (diff) |
smb: client: Reduce the scopes for a few variables in two functions
* cifs_lookup():
Move the definition for the local variable “cfid” into an else branch
so that the corresponding setting will only be performed if a NULL inode
was detected during lookup by this function.
* cifs_d_revalidate():
Move the definition for the local variables “inode” and “rc” into
an if branch so that the corresponding setting will only be performed
after a d_really_is_positive() call.
Move the definition for the local variable “cfid” into an else branch
so that the corresponding setting will only be performed if further data
processing will be needed for an open_cached_dir_by_dentry() call.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Acked-by: Henrique Carvalho <henrique.carvalho@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/gdb/linux/xarray.py')
0 files changed, 0 insertions, 0 deletions