[XFS] remove unused xflags parameter from sync routines
SGI-PV: 959137 SGI-Modid: xfs-linux-melb:xfs-kern:27710a Signed-off-by: Lachlan McIlroy <lachlan@sgi.com> Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: Tim Shimmin <tes@sgi.com>
This commit is contained in:

committed by
Tim Shimmin

parent
1c91ad3aed
commit
1f9b3b64d4
@@ -134,7 +134,7 @@ xfs_qm_quotactl(
|
||||
break;
|
||||
|
||||
case Q_XQUOTASYNC:
|
||||
return (xfs_sync_inodes(mp, SYNC_DELWRI, 0, NULL));
|
||||
return (xfs_sync_inodes(mp, SYNC_DELWRI, NULL));
|
||||
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user