Skip to content

Commit

Permalink
xfs: remove xfs_quiesce_attr declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Darrick J. Wong committed Apr 16, 2021
1 parent b2197a3 commit 76adf92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/xfs/xfs_super.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *,
Expand Down

0 comments on commit 76adf92

Please sign in to comment.