[XFS] Remove STATIC which was missing from prior manual merge
Removes STATIC on xfs_freeze function which was not manually applied for SGI-Modid: xfs-linux-melb:xfs-kern:29504a. Reviewed-by: Lachlan McIlroy <lachlan@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
This commit is contained in:
parent
cd514bdaa8
commit
479ba36bbb
1 changed files with 1 additions and 1 deletions
|
@ -2117,7 +2117,7 @@ xfs_showargs(
|
||||||
* need to take care of themetadata. Once that's done write a dummy
|
* need to take care of themetadata. Once that's done write a dummy
|
||||||
* record to dirty the log in case of a crash while frozen.
|
* record to dirty the log in case of a crash while frozen.
|
||||||
*/
|
*/
|
||||||
STATIC void
|
void
|
||||||
xfs_freeze(
|
xfs_freeze(
|
||||||
xfs_mount_t *mp)
|
xfs_mount_t *mp)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue