aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-01-05 14:00:56 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2019-01-05 14:00:56 -0800
commitacda9efa8c62d4baa0395c83bda43f252137e302 (patch)
tree25e9a1455373f3b1027f22d594f3d1958de5360c /fs/xfs/xfs_fsops.c
parentMerge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client (diff)
parentxfs: xfs_fsops: drop useless LIST_HEAD (diff)
downloadlinux-dev-acda9efa8c62d4baa0395c83bda43f252137e302.tar.xz
linux-dev-acda9efa8c62d4baa0395c83bda43f252137e302.zip
Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fixlets from Darrick Wong: "Remove a couple of unnecessary local variables" * tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: xfs_fsops: drop useless LIST_HEAD xfs: xfs_buf: drop useless LIST_HEAD
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
-rw-r--r--fs/xfs/xfs_fsops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c
index ec2e63a7963b..f3ef70c542e1 100644
--- a/fs/xfs/xfs_fsops.c
+++ b/fs/xfs/xfs_fsops.c
@@ -40,7 +40,6 @@ xfs_growfs_data_private(
xfs_rfsblock_t new;
xfs_agnumber_t oagcount;
xfs_trans_t *tp;
- LIST_HEAD (buffer_list);
struct aghdr_init_data id = {};
nb = in->newblocks;