md: rationalize raid5 function names
authorDan Williams <dan.j.williams@intel.com>
Fri, 27 Jun 2008 23:16:30 +0000 (09:16 +1000)
committerNeil Brown <neilb@notabene.brown>
Fri, 27 Jun 2008 23:16:30 +0000 (09:16 +1000)
commit1fe797e67fb07d605b82300934d0de67068a0aca
treeb34186b86f446bfaafec0fda3f1f42d2f3a47613
parent7b3a871ed995270268a481404454ceafe1a87478
md: rationalize raid5 function names

From: Dan Williams <dan.j.williams@intel.com>

Commit a4456856 refactored some of the deep code paths in raid5.c into separate
functions.  The names chosen at the time do not consistently indicate what is
going to happen to the stripe.  So, update the names, and since a stripe is a
cache element use cache semantics like fill, dirty, and clean.

(also, fix up the indentation in fetch_block5)

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Neil Brown <neilb@suse.de>
drivers/md/raid5.c