]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix posix file locking (1/9)
authorTrond Myklebust <trond.myklebust@fys.uio.no>
Mon, 23 Aug 2004 07:13:06 +0000 (00:13 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 23 Aug 2004 07:13:06 +0000 (00:13 -0700)
commit796bcdd1d85c8c470eba2cbca4fa285df88de60c
treecfd5f319661b3cfe1bfaf90a8121986ef30f037f
parent0596d1c6db21986050a85231db241567484a2f55
[PATCH] Fix posix file locking (1/9)

VFS: Fix up posix_same_owner() so that it only uses the
   file_lock->fl_owner field when determining lock equality.

VFS: Fix up posix locking routines to use posix_same_owner() instead
   of rolling their own checks.

Signed-off-by: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/locks.c