Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Christoph Hellwig <hch@...>
Cc: <xfs@...>, <ecashin@...>, <akpm@...>, <linux-kernel@...>
Date: Wednesday, March 7, 2007 - 8:14 am

Hi Christoph,
	     Did you do some testing for recovery when end of the physical log 
is seen ?
	     When you will be dealing with striped ICLOG buffers or big sized 
ICLOGs, header size might range from 512 to 2k. Also, this header might 
be split into 2 parts at the end of physical log. Then, you don't have 
page size buffer. Please verify that XFS_BUF_SETP_PTRs work correctly 
for those cases.
	 Same thing is true when data section is split around physical log. You 
can get one part which is not PAGE sized. 	

(I am referring to the function xlog_do_recovery_pass).	

Regards,
Shailendra



Christoph Hellwig wrote:
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Christoph Hellwig, (Wed Mar 7, 6:13 am)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Christoph Hellwig, (Fri Mar 9, 7:55 am)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Christoph Hellwig, (Fri Mar 16, 8:36 pm)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Michael Nishimoto, (Wed Mar 7, 1:04 pm)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Christoph Hellwig, (Wed Mar 7, 1:15 pm)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Shailendra Tripathi, (Wed Mar 7, 8:14 am)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Christoph Hellwig, (Wed Mar 7, 8:38 am)