commit | 62deb8187d116581c88c69a2dd9b5c16588545d4 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Jan 18 14:29:17 2017 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 31 13:23:09 2017 -0500 |
tree | 94e2822599e451d780de44f7c9d8b667accf44a9 | |
parent | 566cf877a1fcb6d6dc0126b076aad062054c2637 [diff] |
FS-Cache: Initialise stores_lock in netfs cookie Initialise the stores_lock in fscache netfs cookies. Technically, it shouldn't be necessary, since the netfs cookie is an index and stores no data, but initialising it anyway adds insignificant overhead. Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Jeff Layton <jlayton@redhat.com> Acked-by: Steve Dickson <steved@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>