summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-04-14 07:56:36 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-04-16 08:28:36 -0700
commit76adf92a30f3b92a7f91bb00b28ea80efccd0f01 (patch)
treef82bb0de67ee39f139725de9b73a5d875731ebb0
parentb2197a36c0ef5b35a0ed83de744610a462da1ad3 (diff)
xfs: remove xfs_quiesce_attr declarationxfs-5.13-merge-3
The function was renamed, so get rid of the declaration. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
-rw-r--r--fs/xfs/xfs_super.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.h b/fs/xfs/xfs_super.h
index 1ca484b8357f..d2b40dc60dfc 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 *,