From: David Chinner Date: Wed, 13 Aug 2008 06:36:11 +0000 (+1000) Subject: [XFS] replace the XFS buf iodone semaphore with a completion X-Git-Tag: v2.6.27-rc4~106^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4dd330b9e0c9c78ebff754e72563b148f05e9e0;p=pandora-kernel.git [XFS] replace the XFS buf iodone semaphore with a completion The xfs_buf_t b_iodonesema is really just a semaphore that wants to be a completion. Change it to a completion and remove the last user of the sema_t from XFS. SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31815a Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed