linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Two JBD cleanups
@ 2009-08-03 21:06 Jan Kara
  2009-08-03 21:06 ` [PATCH] ext3: Update MAINTAINERS for ext3 and JBD Jan Kara
  2009-08-03 21:06 ` [PATCH] jbd: Journal block numbers can ever be only 32-bit use unsigned int for them Jan Kara
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kara @ 2009-08-03 21:06 UTC (permalink / raw)
  To: linux-ext4; +Cc: Andrew Morton

  Hi,

  below come two cleanups to ext3/JBD. The first patch removes Stephen Tweedie
from Maintainers entry of JBD and ext3. The second patch makes JBD use unsigned
int to store block numbers instead of unsigned long and thus saves a few bytes
on stack / in memory on 64-bit archs as Andrew and Ted suggested.
  I'll push these changes to linux-next if nobody objects. I'd welcome review
especially on the second patch.

									Honza

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-03 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-03 21:06 [PATCH 0/2] Two JBD cleanups Jan Kara
2009-08-03 21:06 ` [PATCH] ext3: Update MAINTAINERS for ext3 and JBD Jan Kara
2009-08-03 21:06 ` [PATCH] jbd: Journal block numbers can ever be only 32-bit use unsigned int for them Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).