From: Andy Adamson Date: Mon, 20 Mar 2006 18:44:25 +0000 (-0500) Subject: lockd: make nlmsvc_lock use only posix_lock_file X-Git-Tag: v2.6.17-rc1~667^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a85f193e2fb7d53e48ae6a9d9ea990bfb4cea555;p=pandora-kernel.git lockd: make nlmsvc_lock use only posix_lock_file Reorganize nlmsvc_lock() to make full use of posix_lock_file(), which does eveything nlmsvc_lock() needs - no need to call posix_test_lock(), posix_locks_deadlock(), or posix_block_lock() separately. Signed-off-by: Andy Adamson Signed-off-by: J. Bruce Fields Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed