mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
xfs: reformat the xfs_fs_free prototype
The xfs_fs_free prototype formatting is a weird mix of the classic XFS style and the Linux style. Fix it up to be consistent. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Message-Id: <20230809220545.1308228-2-hch@lst.de> Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
parent
6a32073955
commit
dbbff48906
@ -1934,7 +1934,8 @@ xfs_fs_reconfigure(
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void xfs_fs_free(
|
||||
static void
|
||||
xfs_fs_free(
|
||||
struct fs_context *fc)
|
||||
{
|
||||
struct xfs_mount *mp = fc->s_fs_info;
|
||||
|
Loading…
Reference in New Issue
Block a user