[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20140417175211.95fb87711f8ebb673860e97e@skynet.be>
Date: Thu, 17 Apr 2014 17:52:11 +0200
From: Fabian Frederick <fabf@...net.be>
To: linux-kernel <linux-kernel@...r.kernel.org>
Cc: Jaegeuk Kim <jaegeuk.kim@...sung.com>,
akpm <akpm@...ux-foundation.org>
Subject: [PATCH 1/1] fs/f2fs/node.c: add static to recover_inline_xattr
recover_inline_xattr is only used in node.c
Cc: Jaegeuk Kim <jaegeuk.kim@...sung.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
---
diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c
Signed-off-by: Fabian Frederick <fabf@...net.be>
---
fs/f2fs/node.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c
index a161e95..3ce4beb 100644
--- a/fs/f2fs/node.c
+++ b/fs/f2fs/node.c
@@ -1534,7 +1534,7 @@ void recover_node_page(struct f2fs_sb_info *sbi, struct page *page,
clear_node_page_dirty(page);
}
-void recover_inline_xattr(struct inode *inode, struct page *page)
+static void recover_inline_xattr(struct inode *inode, struct page *page)
{
struct f2fs_sb_info *sbi = F2FS_SB(inode->i_sb);
void *src_addr, *dst_addr;
--
1.8.4.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists