alistair23-linux/fs/exofs
Boaz Harrosh a49fb4c3d0 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>
2011-03-15 15:02:52 +02:00
..
BUGS
common.h exofs: Write sbi->s_nextid as part of the Create command 2011-03-15 15:02:51 +02:00
dir.c exofs: Trivial: fix some indentation and debug prints 2011-03-15 15:00:27 +02:00
exofs.h exofs: Write sbi->s_nextid as part of the Create command 2011-03-15 15:02:51 +02:00
file.c exofs: Write sbi->s_nextid as part of the Create command 2011-03-15 15:02:51 +02:00
inode.c exofs: Write sbi->s_nextid as part of the Create command 2011-03-15 15:02:51 +02:00
ios.c fs/exofs: typo fix of faild to failed 2010-10-25 18:02:49 +02:00
Kbuild
Kconfig
namei.c exofs: i_nlink races in rename() 2011-03-03 01:28:17 -05:00
pnfs.h
super.c exofs: deprecate the commands pending counter 2011-03-15 15:02:52 +02:00
symlink.c