All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 000 of 2] Introduction - make some address_space_operations return void
@ 2006-02-27  1:32 NeilBrown
  2006-02-27  1:32 ` [PATCH 001 of 2] Make address_space_operations->invalidatepage " NeilBrown
  2006-02-27  1:32 ` [PATCH 002 of 2] Make address_space_operations->sync_page " NeilBrown
  0 siblings, 2 replies; 4+ messages in thread
From: NeilBrown @ 2006-02-27  1:32 UTC (permalink / raw)
  To: linux-kernel, fs-devel

While reading through the address_space_operations code, I discoverred
that two methods return 'int' values that are never used: invalidatepage and
sync_page.
Accordingly, the following two patches convert them to return 'void'.

Any comments?

NeilBrown


 [PATCH 001 of 2] Make address_space_operations->invalidatepage return void
 [PATCH 002 of 2] Make address_space_operations->sync_page return void.

^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <20060227122948.24317.patches-A@notabene>]

end of thread, other threads:[~2006-02-27  1:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-27  1:32 [PATCH 000 of 2] Introduction - make some address_space_operations return void NeilBrown
2006-02-27  1:32 ` [PATCH 001 of 2] Make address_space_operations->invalidatepage " NeilBrown
2006-02-27  1:32 ` [PATCH 002 of 2] Make address_space_operations->sync_page " NeilBrown
     [not found] <20060227122948.24317.patches-A@notabene>
2006-02-27  1:43 ` [PATCH 001 of 2] Make address_space_operations->invalidatepage " NeilBrown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.