]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: properly initial file_lock used for unlock.
authorNeilBrown <neilb@suse.com>
Thu, 29 Nov 2018 23:04:08 +0000 (10:04 +1100)
committerJeff Layton <jlayton@kernel.org>
Fri, 30 Nov 2018 16:26:12 +0000 (11:26 -0500)
commitba9039b22953c0cbb218e1974d9669b5425fc4af
tree55cf6dfb3747d3976f4a214de60b4028853abbba
parent98052c8ecd5ae15046c825c38d312ab0f5b75f00
ocfs2: properly initial file_lock used for unlock.

Rather than assuming all-zeros is sufficient, use the available API to
initialize the file_lock structure use for unlock.  VFS-level changes
will soon make it important that the list_heads in file_lock are
always properly initialized.

Signed-off-by: NeilBrown <neilb@suse.com>
Reviewed-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/ocfs2/locks.c