Skip to content

Commit

Permalink
fs: xfs: fix section mismatch in linux-next
Browse files Browse the repository at this point in the history
xfs_qm_exit() is called in init_xfs_fs().

Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
  • Loading branch information
Gerard Snitselaar authored and Ben Myers committed Mar 22, 2012
1 parent f074211 commit 1c2ccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/xfs_dquot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ xfs_qm_init(void)
return -ENOMEM;
}

void __exit
void
xfs_qm_exit(void)
{
kmem_zone_destroy(xfs_qm_dqtrxzone);
Expand Down

0 comments on commit 1c2ccc6

Please sign in to comment.