]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: move work from io_end to inode
authorJan Kara <jack@suse.cz>
Mon, 28 Jan 2013 14:43:46 +0000 (09:43 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 28 Jan 2013 14:43:46 +0000 (09:43 -0500)
commit5dba2f8fd143f55874ed20d221180ac721e3e2fb
treec7f2025fa8bcc209168d171c825060ff95a2be97
parentad5d74e944b32b2124320f96fec67efa5d9c0d87
ext4: move work from io_end to inode

It does not make much sense to have struct work in ext4_io_end_t
because we always use it for only one ext4_io_end_t per inode (the
first one in the i_completed_io list). So just move the structure to
inode itself.  This also allows for a small simplification in
processing io_end structures.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/page-io.c
fs/ext4/super.c