]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/f2fs/super.c
f2fs: add infra for ino management
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 25 Jul 2014 22:47:17 +0000 (15:47 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 29 Jul 2014 14:45:54 +0000 (07:45 -0700)
commit6451e041c8d39daf39c71eefe839641c2093713e
tree971f0c3ab382126d3d584c5fbe235a6d03cc8965
parent953e6cc6bcb615dfa373320ffa62b574c6be608a
f2fs: add infra for ino management

This patch changes the naming of orphan-related data structures to use as
inode numbers managed globally.
Later, we can use this facility for managing any inode number lists.

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