commit | c5b1f0d92c36851aca09ac6c7c0c4f9690ac14f3 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Oct 27 15:46:08 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Oct 27 21:41:50 2010 +0200 |
tree | c8aa4ad65aea3b97292135a4c23d512e6071dc8d | |
parent | a282a1fa6b23bd21ba0b86e53ed2a316b001836f [diff] |
locks/nfsd: allocate file lock outside of spinlock As suggested by Christoph Hellwig, this moves allocation of new file locks out of generic_setlease into the callers, nfs4_open_delegation and fcntl_setlease in order to allow GFP_KERNEL allocations when lock_flocks has become a spinlock. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: J. Bruce Fields <bfields@redhat.com>