[PATCH] NFS: cleanup: shrink struct nfs_open_context

Remove the wait queue, and replace the functions that depended on it
 with wait_on_bit().

 Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Trond Myklebust
2005-06-22 17:16:21 +00:00
parent 96651ab341
commit 464a98bd70
3 changed files with 27 additions and 8 deletions

View File

@@ -84,7 +84,6 @@ struct nfs_open_context {
int error;
struct list_head list;
wait_queue_head_t waitq;
};
/*