All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ext4: reduce the size of inode.c
@ 2011-06-21  9:39 amir73il
  2011-06-21  9:39 ` [PATCH 1/4] ext4: split ext4_ind_truncate from ext4_truncate amir73il
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: amir73il @ 2011-06-21  9:39 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso

inode.c has grown to almost 6000 lines and contains code for a wide variety
of functionalities.

This patch series reduces the file's size to under 4500 lines, by moving all
indirect inode specific implementations to a new file called indirect.c.
This convention is aligned with extent inode code being mostly in extents.c.

My own ulterior motive is that the snapshot patches were about to add another
~500 lines to inode.c, so now most of those lines will be added to indirect.c.

[PATCH 1/4] ext4: split ext4_ind_truncate from ext4_truncate
[PATCH 2/4] ext4: rename ext4_indirect_* funcs to ext4_ind_*
[PATCH 3/4] ext4: clone indirect.c file from inode.c
[PATCH 4/4] ext4: move ext4_ind_* functions from inode.c to indirect.c

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-06-28  7:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21  9:39 [PATCH 0/4] ext4: reduce the size of inode.c amir73il
2011-06-21  9:39 ` [PATCH 1/4] ext4: split ext4_ind_truncate from ext4_truncate amir73il
2011-06-21  9:39 ` [PATCH 2/4] ext4: rename ext4_indirect_* funcs to ext4_ind_* amir73il
2011-06-21  9:39 ` [PATCH 3/4] ext4: clone indirect.c file from inode.c amir73il
2011-06-27 23:41   ` Ted Ts'o
2011-06-27 23:44     ` [PATCH 1/3] ext4: move __ext4_check_blockref to block_validity.c Theodore Ts'o
2011-06-27 23:44       ` [PATCH 2/3] ext4: move common truncate functions to header file Theodore Ts'o
2011-06-27 23:44       ` [PATCH 3/3] ext4: move ext4_ind_* functions from inode.c to indirect.c Theodore Ts'o
2011-06-28  7:02     ` [PATCH 3/4] ext4: clone indirect.c file from inode.c Amir G.
2011-06-21  9:39 ` [PATCH 4/4] ext4: move ext4_ind_* functions from inode.c to indirect.c amir73il

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.