]> Pileus Git - ~andy/linux/commit
exofs: deprecate the commands pending counter
authorBoaz Harrosh <bharrosh@panasas.com>
Mon, 7 Feb 2011 16:12:15 +0000 (18:12 +0200)
committerBoaz Harrosh <bharrosh@panasas.com>
Tue, 15 Mar 2011 13:02:52 +0000 (15:02 +0200)
commita49fb4c3d035ab516507b31ec3bd49263caee14d
treeaa44d448190dacad75b30fe86c49a72ad9cecc0d
parent1cea312ad49d9cb964179a784fedb1fcfe396283
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 <bharrosh@panasas.com>
fs/exofs/super.c