summaryrefslogtreecommitdiff
path: root/fs/fuse/sysctl.h
AgeCommit message (Collapse)AuthorFilesLines
2026-06-15fuse: move request timeout code to a new source fileMiklos Szeredi1-0/+9
This marks the first step in cleanly separating the transport layer from the filesystem layer. Add "dev.h", which will contain the interface definition for the transport layer. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>