From 50ce547f7e4b7d00325d71f24fdf8b5c97dfa9fb Mon Sep 17 00:00:00 2001
From: Denys Vlasenko <dvlasenk@redhat.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] fs/ocfs2/alloc.c: Deinline ocfs2_et_extent_contig, save 128 bytes

This function compiles to 187 bytes of machine code.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
---
 fs/ocfs2/alloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c
index 86181d6..376ee7f 100644
--- a/fs/ocfs2/alloc.c
+++ b/fs/ocfs2/alloc.c
@@ -534,7 +534,7 @@ static inline int ocfs2_et_root_journal_access(handle_t *handle,
 					  type);
 }
 
-static inline enum ocfs2_contig_type
+static enum ocfs2_contig_type
 	ocfs2_et_extent_contig(struct ocfs2_extent_tree *et,
 			       struct ocfs2_extent_rec *rec,
 			       struct ocfs2_extent_rec *insert_rec)
-- 
2.1.0

