From: David Howells Date: Thu, 19 Nov 2009 18:12:02 +0000 (+0000) Subject: CacheFiles: Better showing of debugging information in active object problems X-Git-Tag: v2.6.32~58^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e27b7808dc667f3015be0b6888f6d680e222c8;p=pandora-kernel.git CacheFiles: Better showing of debugging information in active object problems Show more debugging information if cachefiles_mark_object_active() is asked to activate an active object. This may happen, for instance, if the netfs tries to register an object with the same key multiple times. The code is changed to (a) get the appropriate object lock to protect the cookie pointer whilst we dereference it, and (b) get and display the cookie key if available. Signed-off-by: David Howells --- Reading git-diff-tree failed