]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: move ext4_ind_* functions from inode.c to indirect.c
authorAmir Goldstein <amir73il@users.sf.net>
Mon, 27 Jun 2011 23:40:50 +0000 (19:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Jun 2011 23:40:50 +0000 (19:40 -0400)
commit455276d99785c99f385e4d3c3a8440d933617ccb
tree2537e9f8f138e4935f88e605244174c9b2400bf4
parentaec2cf7aa8544033f17f627b325141462128a645
ext4: move ext4_ind_* functions from inode.c to indirect.c

This patch moves functions from inode.c to indirect.c.
The moved functions are ext4_ind_* functions and their helpers.
Functions called from inode.c are declared extern.

Signed-off-by: Amir Goldstein <amir73il@users.sf.net>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/Makefile
fs/ext4/block_validity.c
fs/ext4/ext4.h
fs/ext4/indirect.c [new file with mode: 0644]
fs/ext4/inode.c