-
Notifications
You must be signed in to change notification settings - Fork 638
linux-next: Error (fsnotify.c:486): fsnotify: Can't add watch for 0x3 with 0x1: Invalid argument #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Fixed in the kernel. |
Fixed in the kernel. |
You are not able to restore processes which were dumped on old kernels, because inotify masks contains this extra bit. |
What's the kernel version(s) on which this bit is shown in /proc? My impression was that it was accidentally broken in some -rc and got fixed quite fast. Am I wrong? |
Yes, you are wrong. It has been shown that for a long time. It works,
because Inotify_add_watch didn't care about extra bits. Recently it started
to check a mask and we found this extra bit in fdinfo.
|
I see. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: