Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'locks-v4.0-4' of git://git.samba.org/jlayton/linux

Pull file locking bugfix from Jeff Layton:
"Just a small fix for a potential problem in one of the lease
tracepoints"

* tag 'locks-v4.0-4' of git://git.samba.org/jlayton/linux:
locks: fix generic_delete_lease tracepoint to use victim pointer

+1 -1
+1 -1
fs/locks.c
··· 1728 1728 break; 1729 1729 } 1730 1730 } 1731 - trace_generic_delete_lease(inode, fl); 1731 + trace_generic_delete_lease(inode, victim); 1732 1732 if (victim) 1733 1733 error = fl->fl_lmops->lm_change(victim, F_UNLCK, &dispose); 1734 1734 spin_unlock(&ctx->flc_lock);