quota: convert stub functions from macros into inlines
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 28 Apr 2008 09:14:35 +0000 (02:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Apr 2008 15:58:33 +0000 (08:58 -0700)
commit50f8c370e77befe9121720bd7bdada2ac0d13915
tree24e38a076b70e41664f2ff259c9d072b1b9e46de
parent1b445a9c21f593be9d3c4ab912359d2c51c371dd
quota: convert stub functions from macros into inlines

Fixes things like this:

fs/super.c: In function `deactivate_super':
fs/super.c:182: warning: statement with no effect
fs/super.c: In function `do_remount_sb':
fs/super.c:644: warning: statement with no effect

Cc: Jan Kara <jack@ucw.cz>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/quotaops.h