aboutsummaryrefslogtreecommitdiff
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index c579a69..b9b29eb 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -304,7 +304,7 @@ struct fuse_conn {
struct list_head unused_list;
/** The next unique request id */
- int reqctr;
+ u64 reqctr;
/** Mount is active */
unsigned mounted : 1;