X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=fs%2Fproc_namespace.c;h=5e289a7cbad17d8547458f1d8b2526f2e85e5cb9;hb=10af8138eb6d09d6a768e43ef1aa9b2f16b8c7be;hp=12412852d88a94d574bacebb5e64200f202db852;hpb=d3712b9dfcf44ca145cf87e7f4096fa2d923471a;p=karo-tx-linux.git diff --git a/fs/proc_namespace.c b/fs/proc_namespace.c index 12412852d88a..5e289a7cbad1 100644 --- a/fs/proc_namespace.c +++ b/fs/proc_namespace.c @@ -23,12 +23,12 @@ static unsigned mounts_poll(struct file *file, poll_table *wait) poll_wait(file, &p->ns->poll, wait); - br_read_lock(vfsmount_lock); + br_read_lock(&vfsmount_lock); if (p->m.poll_event != ns->event) { p->m.poll_event = ns->event; res |= POLLERR | POLLPRI; } - br_read_unlock(vfsmount_lock); + br_read_unlock(&vfsmount_lock); return res; }