Files
linux/fs/fuse/sysctl.h
Miklos Szeredi f14348575d fuse: move request timeout code to a new source file
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>
2026-06-15 14:06:15 +02:00

10 lines
213 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _FS_FUSE_SYSCTL_H
#define _FS_FUSE_SYSCTL_H
extern unsigned int fuse_default_req_timeout;
extern unsigned int fuse_max_req_timeout;
#endif /* _FS_FUSE_SYSCTL_H */