commit | e6f810759505bc86c009854b82cc495ffd8eb020 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Jan 24 18:14:34 2008 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jan 30 02:06:12 2008 -0500 |
tree | 1590631fe3b222d49015dd53b421a5547e13e4dc | |
parent | 99fadcd76465842c014c88b8c9c19b457e9debc0 [diff] |
NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode Otherwise, there is a potential deadlock if the last dput() from an NFSv4 close() or other asynchronous operation leads to nfs_clear_inode calling the synchronous delegreturn. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>