commit | 50f8c370e77befe9121720bd7bdada2ac0d13915 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Mon Apr 28 02:14:35 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 28 08:58:33 2008 -0700 |
tree | 24e38a076b70e41664f2ff259c9d072b1b9e46de | |
parent | 1b445a9c21f593be9d3c4ab912359d2c51c371dd [diff] |
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>