From: Boaz Harrosh Date: Mon, 7 Feb 2011 16:12:15 +0000 (+0200) Subject: exofs: deprecate the commands pending counter X-Git-Tag: v2.6.39-rc1~97^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49fb4c3d035ab516507b31ec3bd49263caee14d;p=pandora-kernel.git exofs: deprecate the commands pending counter One leftover from the days of IBM's original code, is an SB counter that counts in-flight asynchronous commands. And a piece of code that waits for the counter to reach zero at unmount. I guess it might have been needed then, cause of some reference missing or something. I'm not removing it yet but am putting a warning message if ever this counter triggers at unmount. If I'll never see it triggers or reported I'll remove the counter for good. (I had this print as a debug output for a long time and never had it trigger) Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed