Skip to content

Commit

Permalink
correct typo in fs/stat.c
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanrgab committed Oct 24, 2023
1 parent 2e23c31 commit da3db98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ int vfs_fstatat(int dfd, const char __user *filename, struct kstat *stat,
int error = -EINVAL;
unsigned int lookup_flags = 0;

ksu_handle_stat(&dfd, &filename, &flags);
ksu_handle_stat(&dfd, &filename, &flag);

if ((flag & ~(AT_SYMLINK_NOFOLLOW | AT_NO_AUTOMOUNT |
AT_EMPTY_PATH)) != 0)
Expand Down

0 comments on commit da3db98

Please sign in to comment.