public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] fs/fuse: Keep variables in fuse_i.h consistent with those in inode.c
@ 2024-11-20  8:40 Jiale Yang
  0 siblings, 0 replies; only message in thread
From: Jiale Yang @ 2024-11-20  8:40 UTC (permalink / raw)
  To: miklos; +Cc: linux-fsdevel, linux-kernel, Jiale Yang

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@qq.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-20  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20  8:40 [PATCH 2/2] fs/fuse: Keep variables in fuse_i.h consistent with those in inode.c Jiale Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox