commit | 449231d6ddf50ca46b7fb2f76ecf790135222913 | [log] [tgz] |
---|---|---|
author | Olaf Kirch <okir@suse.de> | Thu Aug 25 16:25:35 2005 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Sep 23 12:37:59 2005 -0400 |
tree | 0c493d7f4fb68f1f639c56258bcd025d5b904fb0 | |
parent | 20509f1bc553ed7fafa88fa8d01c6212d1876d9f [diff] |
From: Olaf Kirch <okir@suse.de> [PATCH] Fix miscompare in __posix_lock_file If an application requests the same lock twice, the kernel should just leave the existing lock in place. Currently, it will install a second lock of the same type. Signed-off-by: Olaf Kirch <okir@suse.de> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>