]> go.fuhry.dev Git - fsnotify.git/commitdiff
Need Linux 5.9 for a useful fanotify we can use
authorMartin Tournoij <martin@arp242.net>
Wed, 3 Aug 2022 12:13:14 +0000 (14:13 +0200)
committerMartin Tournoij <martin@arp242.net>
Wed, 3 Aug 2022 12:13:14 +0000 (14:13 +0200)
README.md

index 96c5f460848d4c719a50afaf49fdfc16fba90386..833a0c7cc710f845ec8df41db29ff010773fc71b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Platform support:
 | ReadDirectoryChangesW | Windows        | Supported                                                    |
 | FSEvents              | macOS          | [Planned](https://github.com/fsnotify/fsnotify/issues/11)    |
 | FEN                   | Solaris 11     | [In Progress](https://github.com/fsnotify/fsnotify/pull/371) |
-| fanotify              | Linux 2.6.37+  | [Maybe](https://github.com/fsnotify/fsnotify/issues/114)     |
+| fanotify              | Linux 5.9+     | [Maybe](https://github.com/fsnotify/fsnotify/issues/114)     |
 | USN Journals          | Windows        | [Maybe](https://github.com/fsnotify/fsnotify/issues/53)      |
 | Polling               | *All*          | [Maybe](https://github.com/fsnotify/fsnotify/issues/9)       |