commit | 14a7235fba4302a82d61150eda92ec90d3ae9cfb | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <[email protected]> | Mon Feb 20 02:31:24 2012 +0000 |
committer | Ben Myers <[email protected]> | Wed Feb 22 22:17:00 2012 -0600 |
tree | e0a43b6367bef41f68137279552caf7b53a43010 | |
parent | cfb7cdca0aca5ee2e2ef491284bf1edc3b581885 [diff] |
xfs: remove log space waitqueues The tic->t_wait waitqueues can never have more than a single waiter on them, so we can easily replace them with a task_struct pointer and wake_up_process. Reviewed-by: Mark Tinguely <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Dave Chinner <[email protected]> Signed-off-by: Ben Myers <[email protected]>