diff options
author | Pravin B Shelar <[email protected]> | 2013-08-23 12:44:55 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2013-08-28 17:19:17 -0400 |
commit | 9b96309c5b0b9e466773c07a5bc8b7b68fcf010a (patch) | |
tree | b41719289b4aaaf7a176f1d94924e2d1e8528cfe /net/unix/af_unix.c | |
parent | a3097bda78c7fb41fd3091ffb70bf7bd946e6997 (diff) |
genl: Fix genl dumpit() locking.
In case of genl-family with parallel ops off, dumpif() callback
is expected to run under genl_lock, But commit def3117493eafd9df
(genl: Allow concurrent genl callbacks.) changed this behaviour
where only first dumpit() op was called under genl-lock.
For subsequent dump, only nlk->cb_lock was taken.
Following patch fixes it by defining locked dumpit() and done()
callback which takes care of genl-locking.
CC: Jesse Gross <[email protected]>
CC: Johannes Berg <[email protected]>
Signed-off-by: Pravin B Shelar <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions