commit | 889746917193ab3007a779d65231510715b20fb6 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Fri Jun 21 08:58:14 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jun 29 12:57:41 2013 +0400 |
tree | 731b4cfc9cb4f9b50f2148404658cbca1c67d055 | |
parent | b9746ef80fa6963998866c1b6269c9cf3e9ea188 [diff] |
locks: encapsulate the fl_link list handling Move the fl_link list handling routines into a separate set of helpers. Also ensure that locks and requests are always put on global lists last (after fully initializing them) and are taken off before unintializing them. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>