diff options
author | Jan Kara <jack@suse.cz> | 2009-01-26 19:47:11 -0500 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2009-03-25 21:18:37 -0400 |
commit | 7a2435d874388271cfe5046d180751352a1d30a2 (patch) | |
tree | 57dbb588ea29976db10246add0b7d7e836d1e6a0 /fs/quota/quota.c | |
parent | bf84c82d000b9820b01f516d13d328f354f8a8ee (diff) |
quota: Remove superfluous inlines
Remove inlines of large functions to decrease code size (saved 1543
bytes).
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/quota/quota.c')
-rw-r--r-- | fs/quota/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/quota/quota.c b/fs/quota/quota.c index d76ada914f98..89541bcbe27c 100644 --- a/fs/quota/quota.c +++ b/fs/quota/quota.c | |||
@@ -341,7 +341,7 @@ static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, void | |||
341 | * look up a superblock on which quota ops will be performed | 341 | * look up a superblock on which quota ops will be performed |
342 | * - use the name of a block device to find the superblock thereon | 342 | * - use the name of a block device to find the superblock thereon |
343 | */ | 343 | */ |
344 | static inline struct super_block *quotactl_block(const char __user *special) | 344 | static struct super_block *quotactl_block(const char __user *special) |
345 | { | 345 | { |
346 | #ifdef CONFIG_BLOCK | 346 | #ifdef CONFIG_BLOCK |
347 | struct block_device *bdev; | 347 | struct block_device *bdev; |