]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: Use kmem_free() instead of free()
authorThierry Reding <thierry.reding@gmail.com>
Tue, 1 Oct 2013 14:47:53 +0000 (16:47 +0200)
committerBen Myers <bpm@sgi.com>
Tue, 1 Oct 2013 15:26:24 +0000 (10:26 -0500)
commitaaaae98022efa4f3c31042f1fdf9e7a0c5f04663
treea1ed7dc62a4cfbc0fa6364046104f84e0d3efa10
parent519ccb81ac1c8e3e4eed294acf93be00b43dcad6
xfs: Use kmem_free() instead of free()

This fixes a build failure caused by calling the free() function which
does not exist in the Linux kernel.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log_recover.c