Skip to content

Commit d8fcb6f

Browse files
kaixuxiakxdjwong
authored andcommitted
xfs: remove redundant variable assignment in xfs_symlink()
The variables 'udqp' and 'gdqp' have been initialized, so remove redundant variable assignment in xfs_symlink(). Signed-off-by: Kaixu Xia <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Reviewed-by: Dave Chinner <[email protected] Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Darrick J. Wong <[email protected]>
1 parent c642570 commit d8fcb6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/xfs/xfs_symlink.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ xfs_symlink(
176176
return -ENAMETOOLONG;
177177
ASSERT(pathlen > 0);
178178

179-
udqp = gdqp = NULL;
180179
prid = xfs_get_initial_prid(dp);
181180

182181
/*

0 commit comments

Comments
 (0)