From: Darrick J. Wong Date: Wed, 14 Apr 2021 14:56:36 +0000 (-0700) Subject: xfs: remove xfs_quiesce_attr declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=76adf92a30f3b92a7f91bb00b28ea80efccd0f01;p=linux.git xfs: remove xfs_quiesce_attr declaration The function was renamed, so get rid of the declaration. Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner --- diff --git a/fs/xfs/xfs_super.h b/fs/xfs/xfs_super.h index 1ca484b8357f7..d2b40dc60dfc2 100644 --- a/fs/xfs/xfs_super.h +++ b/fs/xfs/xfs_super.h @@ -86,7 +86,6 @@ struct xfs_mount; struct xfs_buftarg; struct block_device; -extern void xfs_quiesce_attr(struct xfs_mount *mp); extern void xfs_flush_inodes(struct xfs_mount *mp); extern void xfs_blkdev_issue_flush(struct xfs_buftarg *); extern xfs_agnumber_t xfs_set_inode_alloc(struct xfs_mount *,