From: Miklos Szeredi Date: Fri, 23 Jun 2006 09:05:11 +0000 (-0700) Subject: [PATCH] locks: clean up locks_remove_posix() X-Git-Tag: v2.6.18-rc1~1081^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff7b86b82083f24b8637dff1528c7101c18c7f39;p=pandora-kernel.git [PATCH] locks: clean up locks_remove_posix() locks_remove_posix() can use posix_lock_file() instead of doing the lock removal by hand. posix_lock_file() now does exacly the same. The comment about pids no longer applies, posix_lock_file() takes only the owner into account. Signed-off-by: Miklos Szeredi Cc: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed