]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dio: add dio_post_submission() helper function
authorDave Kleikamp <dave.kleikamp@oracle.com>
Wed, 11 Jan 2012 22:45:15 +0000 (16:45 -0600)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Fri, 13 Jan 2012 00:15:35 +0000 (18:15 -0600)
commitcf3abb7a68503f01bda8689ceb2257a1c96c3df1
tree806942b576e433ae62abe5349a55f9679efb6fa8
parent17a7d5edf5c6efe5dfe4c93c3ed070ffe981722b
dio: add dio_post_submission() helper function

This creates a function that contains all the code that is executed
after IO is submitted.  It takes code from the end of
do_blockdev_direct_IO().  This will be called by another entry point
that will be added in an upcoming patch.

Signed-off-by: Zach Brown <zach.brown@oracle.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/direct-io.c