From f511e60a55c5f2c8a9781efb67f1897a3b3aebb1 Mon Sep 17 00:00:00 2001 From: Bob Peterson Date: Tue, 20 Jun 2023 13:49:57 -0500 Subject: gfs2: Small gfs2_quota_lock cleanup No need to set error = 0 since it's set further down. Signed-off-by: Bob Peterson Signed-off-by: Andreas Gruenbacher --- fs/gfs2/quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs') diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index 21100feb1db7..c4da8c01deb7 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c @@ -1074,7 +1074,7 @@ int gfs2_quota_lock(struct gfs2_inode *ip, kuid_t uid, kgid_t gid) struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); struct gfs2_quota_data *qd; u32 x; - int error = 0; + int error; if (sdp->sd_args.ar_quota != GFS2_QUOTA_ON && sdp->sd_args.ar_quota != GFS2_QUOTA_QUIET) -- cgit v1.2.3