f2fs: enable inline dir handling
authorChao Yu <chao2.yu@samsung.com>
Wed, 24 Sep 2014 10:19:10 +0000 (18:19 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Nov 2014 00:07:32 +0000 (16:07 -0800)
commit622f28ae9ba4fa89b4ff0f4a6cf75d153ea838ce
treeb91404e9b6f9061fb0ab2b31cff1799bd71e7c52
parent201a05be9628ae58efe7638e0c7ae3937ec85273
f2fs: enable inline dir handling

Add inline dir functions into normal dir ops' function to handle inline ops.
Besides, we enable inline dir mode when a new dir inode is created if
inline_data option is on.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/dir.c
fs/f2fs/file.c
fs/f2fs/inline.c
fs/f2fs/namei.c
fs/f2fs/recovery.c
This page took 0.0248 seconds and 5 git commands to generate.