[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tencent_79E5C40F0E9E179868A209952556B053C206@qq.com>
Date: Wed, 20 Nov 2024 16:40:13 +0800
From: Jiale Yang <295107659@...com>
To: miklos@...redi.hu
Cc: linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jiale Yang <295107659@...com>
Subject: [PATCH 2/2] fs/fuse: Keep variables in fuse_i.h consistent with those in inode.c
A similar patch to the previous one. Change 'unsigned's to 'unsigned int's,
to keep these extern variables consistent with their declarations in
inode.c.
Signed-off-by: Jiale Yang <295107659@...com>
---
fs/fuse/fuse_i.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index 74744c6f2..7f761c087 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -54,8 +54,8 @@ extern struct list_head fuse_conn_list;
extern struct mutex fuse_mutex;
/** Module parameters */
-extern unsigned max_user_bgreq;
-extern unsigned max_user_congthresh;
+extern unsigned int max_user_bgreq;
+extern unsigned int max_user_congthresh;
/* One forget request */
struct fuse_forget_link {
--
2.47.0
Powered by blists - more mailing lists