xfs: sort variable alphabetically to avoid repeated declaration
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Wed, 2 Jun 2021 21:54:09 +0000 (14:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 2 Jun 2021 21:54:09 +0000 (14:54 -0700)
commit5f7fd75086203a8a4dd3e518976e52bcf24e8b22
tree2818076ead9f875eca78210981fd116546355f77
parent20bd8e63f30be23ff544d6bd77fc3b933464100b
xfs: sort variable alphabetically to avoid repeated declaration

Variable 'xfs_agf_buf_ops', 'xfs_agi_buf_ops', 'xfs_dquot_buf_ops' and
'xfs_symlink_buf_ops' are declared twice, so sort these variables
alphabetically and remove the repeated declaration.

Cc: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_shared.h