You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to handle the file lock in fuse not kernel, so I implement setlk and getlk method, but I don't see any log about them, even I write a panic!("boom"), the fuse doesn't panic.
Am I doing wrong? If I am wrong, how do I implement them rightly
The text was updated successfully, but these errors were encountered:
I want to handle the file lock in fuse not kernel, so I implement
setlk
andgetlk
method, but I don't see any log about them, even I write apanic!("boom")
, the fuse doesn't panic.Am I doing wrong? If I am wrong, how do I implement them rightly
The text was updated successfully, but these errors were encountered: