Skip to content

Commit

Permalink
Specify kernel version
Browse files Browse the repository at this point in the history
Signed-off-by: Changxin Miao <[email protected]>
  • Loading branch information
polyrabbit committed Dec 30, 2024
1 parent c1245ac commit 43e878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func metaCacheFlags(defaultEntryCache float64) []cli.Flag {
},
&cli.BoolFlag{
Name: "readdir-cache",
Usage: "enable kernel caching of readdir entries, with timeout controlled by attr-cache flag",
Usage: "enable kernel caching of readdir entries, with timeout controlled by attr-cache flag (require linux kernel 4.20+)",
},
&cli.StringFlag{
Name: "open-cache",
Expand Down

0 comments on commit 43e878f

Please sign in to comment.