mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 05:25:18 +00:00
Merge pull request #223 from versity/auke/el9_5_wmaybe-uninit
Fix -Wmaybe-uninitalized since rhel9.5
This commit is contained in:
@@ -4153,7 +4153,7 @@ static void fence_pending_recov_worker(struct work_struct *work)
|
|||||||
struct server_info *server = container_of(work, struct server_info,
|
struct server_info *server = container_of(work, struct server_info,
|
||||||
fence_pending_recov_work);
|
fence_pending_recov_work);
|
||||||
struct super_block *sb = server->sb;
|
struct super_block *sb = server->sb;
|
||||||
union scoutfs_inet_addr addr;
|
union scoutfs_inet_addr addr = {{0,}};
|
||||||
u64 rid = 0;
|
u64 rid = 0;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user