xref: /linux/fs/fuse/sysctl.h (revision 9611c0ce215a66770ccbe5c126bf57ba8c31bcad)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef _FS_FUSE_SYSCTL_H
4 #define _FS_FUSE_SYSCTL_H
5 
6 extern unsigned int fuse_default_req_timeout;
7 extern unsigned int fuse_max_req_timeout;
8 
9 #endif /* _FS_FUSE_SYSCTL_H */
10