diff options
author | David S. Miller <davem@davemloft.net> | 2018-10-19 14:03:06 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-19 14:03:06 -0400 |
commit | 2e2d6f0342be7f73a34526077fa96f42f0e8c661 (patch) | |
tree | 29f3740825a70aa606e03cf3a048d9a3a751529c /fs/ocfs2/dlmglue.c | |
parent | 9333f207920336575cba4ed60603c1cdb79ace4f (diff) | |
parent | 48995423143a097527802e28d7add20e5a27677a (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
net/sched/cls_api.c has overlapping changes to a call to
nlmsg_parse(), one (from 'net') added rtm_tca_policy instead of NULL
to the 5th argument, and another (from 'net-next') added cb->extack
instead of NULL to the 6th argument.
net/ipv4/ipmr_base.c is a case of a bug fix in 'net' being done to
code which moved (to mr_table_dump)) in 'net-next'. Thanks to David
Ahern for the heads up.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/ocfs2/dlmglue.c')
-rw-r--r-- | fs/ocfs2/dlmglue.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c index 8e712b614e6e..933aac5da193 100644 --- a/fs/ocfs2/dlmglue.c +++ b/fs/ocfs2/dlmglue.c | |||
@@ -96,7 +96,9 @@ struct ocfs2_unblock_ctl { | |||
96 | }; | 96 | }; |
97 | 97 | ||
98 | /* Lockdep class keys */ | 98 | /* Lockdep class keys */ |
99 | #ifdef CONFIG_DEBUG_LOCK_ALLOC | ||
99 | static struct lock_class_key lockdep_keys[OCFS2_NUM_LOCK_TYPES]; | 100 | static struct lock_class_key lockdep_keys[OCFS2_NUM_LOCK_TYPES]; |
101 | #endif | ||
100 | 102 | ||
101 | static int ocfs2_check_meta_downconvert(struct ocfs2_lock_res *lockres, | 103 | static int ocfs2_check_meta_downconvert(struct ocfs2_lock_res *lockres, |
102 | int new_level); | 104 | int new_level); |