diff options
author | Csaba Henk <csaba@redhat.com> | 2018-08-21 12:44:54 +0200 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-11-06 04:21:57 +0000 |
commit | 4c6b063463ae48b3509ff8e66cd391f8637a86af (patch) | |
tree | 267710e0564138d8e6072aaa229f28f44626bf88 /doc/developer-guide/README.md | |
parent | bceb9f25671e65cb2f0987a84370055e7c36900f (diff) |
fuse: diagnostic FLUSH interrupt
We add dummy interrupt handling for the FLUSH
fuse message. It can be enabled by the
"--fuse-flush-handle-interrupt" hidden command line
option, or "-ofuse-flush-handle-interrupt=yes"
mount option.
It serves no other than diagnostic & demonstational
purposes -- to exercise the interrupt handling framework
a bit and to give an usage example.
Documentation is also provided that showcases interrupt
handling via FLUSH.
Change-Id: I522f1e798501d06b74ac3592a5f73c1ab0590c60
updates: #465
Signed-off-by: Csaba Henk <csaba@redhat.com>
Diffstat (limited to 'doc/developer-guide/README.md')
-rw-r--r-- | doc/developer-guide/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/developer-guide/README.md b/doc/developer-guide/README.md index 4c6346e83d4..6c00a4a221b 100644 --- a/doc/developer-guide/README.md +++ b/doc/developer-guide/README.md @@ -59,6 +59,11 @@ Translators - [Storage/posix Translator](./posix.md) - [Compression translator](./network_compression.md) +Fuse +---- + +- [Interrupt handling](./fuse-interrupt.md) + Testing/Debugging ----------------- |