[XFS] Remove the rest of the macro-to-function indirections.
Remove the last of the macros-defined-to-static-functions. Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
This commit is contained in:
committed by
Lachlan McIlroy
parent
c088f4e9da
commit
9d87c3192d
@@ -421,7 +421,7 @@ xfs_qm_dqalloc(
|
||||
/*
|
||||
* Initialize the bmap freelist prior to calling bmapi code.
|
||||
*/
|
||||
XFS_BMAP_INIT(&flist, &firstblock);
|
||||
xfs_bmap_init(&flist, &firstblock);
|
||||
xfs_ilock(quotip, XFS_ILOCK_EXCL);
|
||||
/*
|
||||
* Return if this type of quotas is turned off while we didn't
|
||||
|
Reference in New Issue
Block a user