knfsd: exportfs: remove CALL macro
authorChristoph Hellwig <hch@infradead.org>
Tue, 17 Jul 2007 11:04:31 +0000 (04:04 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:06 +0000 (10:23 -0700)
commit10f11c341da8c0ec6b8b024e892108a6537ba8c4
tree581554f895b2ac24335cd9b30943d9bae7886a2c
parentd37065cd6d6bbe98fd4be14d6c9e64c0bfa124c5
knfsd: exportfs: remove CALL macro

Currently exportfs uses a way to call methods very differently from the rest
of the kernel.  This patch changes it to the standard conventions for method
calls.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/exportfs/expfs.c