summaryrefslogtreecommitdiffstats
path: root/tests/features/open_and_sleep.c
Commit message (Collapse)AuthorAgeFilesLines
* fuse: diagnostic FLUSH interruptCsaba Henk2018-11-061-0/+27
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>