commit | a8b88d3d49623ac701b5dc996cbd61219c793c7c | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Aug 20 18:26:52 2009 +0200 |
committer | Joel Becker <joel.becker@oracle.com> | Thu Aug 20 16:41:53 2009 -0700 |
tree | 3eae2cbcb6e61b1af9902ff1ad7a8780d3c02b63 | |
parent | 5fd131893793567c361ae64cbeb28a2a753bbe35 [diff] |
ocfs2: Add missing lock name There is missing name for NFSSync cluster lock. This makes lockdep unhappy because we end up passing NULL to lockdep when initializing lock key. Fix it. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Joel Becker <joel.becker@oracle.com>