OSDN Git Service

f2fs: make has_fsynced_inode static
authorChao Yu <chao2.yu@samsung.com>
Sat, 18 Apr 2015 10:06:49 +0000 (18:06 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 7 May 2015 18:38:32 +0000 (11:38 -0700)
commit2aa7c51a453fbd5b0a58156623ea950bcb9db526
tree9af0ff4b0b40cdd005e053cf6e5c48c5583fd7e6
parent587c0a42552a69a58e7ccd363d30fd48d809fdcb
f2fs: make has_fsynced_inode static

has_fsynced_inode() has no other caller out of node.c, make it static.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/node.c