From: Marc Eshel Date: Fri, 9 Jun 2006 13:40:20 +0000 (-0400) Subject: locks.c: add the fl_owner to nlm_compare_locks X-Git-Tag: v2.6.18-rc1~861^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3134cbec5e172c3a86e2c3ef4af34b6cfd380bfa;p=pandora-kernel.git locks.c: add the fl_owner to nlm_compare_locks Add the fl_owner to NLM compare locks. Since two different client can present the same pid to the server it is not enough to distinguish locks from different clients. The fl_owner field is a pointer to the struct nlm_host which is unique for each client. Signed-off-by: Marc Eshel Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed