]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/f2fs/f2fs.h
f2fs: add key function to handle inline dir
authorChao Yu <chao2.yu@samsung.com>
Wed, 24 Sep 2014 10:17:53 +0000 (18:17 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Nov 2014 00:07:31 +0000 (16:07 -0800)
commit201a05be9628ae58efe7638e0c7ae3937ec85273
tree1708cb799f8641608d8a6efa3eedf2d2c09a0043
parentdbeacf02ebfed8161ac0b9379892262593c9a734
f2fs: add key function to handle inline dir

Adds Functions to implement inline dir init/lookup/insert/delete/convert ops.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
[Jaegeuk Kim: remove needless reserved area copy, pointed by Dan Carpenter]
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/inline.c