On Tue, 25 May 2010 16:48:56 +0300
Artem Bityutskiy <dedekind1@gmail.com> wrote:
Patchset generally looks good to me. But I don't like the names :(
A more conventional and superior naming scheme is
subsystemid_specific_function_identifier(). eg, bio_add_page() instead
of add_page_to_bio().
So these want to be sb_mark_dirty(), etc.
Being very old code written by very yound people, the VFS kinda ignores
that convention, but it doesn't hurt to use it for new code.
Feel free to ignore me if that's too much of a PITA ;)
--