OSDN Git Service

ext4: move setup of the mpd structure to write_cache_pages_da()
authorTheodore Ts'o <tytso@mit.edu>
Sat, 26 Feb 2011 19:09:20 +0000 (14:09 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 26 Feb 2011 19:09:20 +0000 (14:09 -0500)
commit168fc0223c0e944957b1f31d88c2334fc904baf1
tree1768f86cca5cef5ae1ba2275fca7ea9f0c0630d5
parent78aaced3408141bb7c836f2db0ca435790399da5
ext4: move setup of the mpd structure to write_cache_pages_da()

Move the initialization of all of the fields of the mpd structure to
write_cache_pages_da().  This simplifies the code considerably.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c