Skip to content

Commit

Permalink
Remove unsupported option "lazytime"
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Holst <[email protected]>
  • Loading branch information
hholst80 committed Aug 17, 2024
1 parent 147609b commit e107b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5640,7 +5640,7 @@ get_new_args (int *argc, char **argv)

newargv[0] = argv[0];
if (geteuid () == 0)
newargv[1] = "-odefault_permissions,allow_other,suid,noatime,lazytime";
newargv[1] = "-odefault_permissions,allow_other,suid,noatime";
else
newargv[1] = "-odefault_permissions,noatime";
for (i = 1; i < *argc; i++)
Expand Down

0 comments on commit e107b0b

Please sign in to comment.