1
0
Fork 0

[XFS] xfs_quiesce_fs() never returns an error. Mark it void.

SGI-PV: 980084
SGI-Modid: xfs-linux-melb:xfs-kern:30780a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
wifi-calibration
David Chinner 2008-04-10 12:19:40 +10:00 committed by Lachlan McIlroy
parent b6ddc4e6fe
commit 3c85c36cc2
1 changed files with 1 additions and 3 deletions

View File

@ -637,7 +637,7 @@ out:
return XFS_ERROR(error);
}
STATIC int
STATIC void
xfs_quiesce_fs(
xfs_mount_t *mp)
{
@ -661,8 +661,6 @@ xfs_quiesce_fs(
count++;
}
} while (count < 2);
return 0;
}
/*