mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 10:56:12 +07:00
GFS2: Fix uninitialised error value in previous patch
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
086d8334cf
commit
e06dfc4928
@ -763,7 +763,7 @@ static int do_strip(struct gfs2_inode *ip, struct buffer_head *dibh,
|
||||
int metadata;
|
||||
unsigned int revokes = 0;
|
||||
int x;
|
||||
int error;
|
||||
int error = 0;
|
||||
|
||||
if (!*top)
|
||||
sm->sm_first = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user