]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: make recover_inline_xattr() static
authorJingoo Han <jg1.han@samsung.com>
Tue, 15 Apr 2014 08:51:05 +0000 (17:51 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Wed, 7 May 2014 01:21:54 +0000 (10:21 +0900)
commit1c31c945bd28e5d8ff733115d8a6c8973a7442fe
tree90af7c646697b28f26ce37a8d60a9efc499bcd8a
parent3d3609ea98f11dccb59d502fedd5bd502219f564
f2fs: make recover_inline_xattr() static

Make recover_inline_xattr() static, because this function is
used only in this file.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/node.c