From: Christoph Hellwig Date: Wed, 13 Aug 2008 06:50:47 +0000 (+1000) Subject: [XFS] refactor xfs_mount_free X-Git-Tag: v2.6.27-rc4~106^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff4f038c6bbb27044a84adbcd27bc237d7237e66;p=pandora-kernel.git [XFS] refactor xfs_mount_free xfs_mount_free mostly frees the perag data, which is something that is duplicated in the mount error path. Move the XFS_QM_DONE call to the caller and remove the useless mutex_destroy/spinlock_destroy calls so that we can re-use it for the mount error path. Also rename it to xfs_free_perag to reflect what it does. SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31836a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed