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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michael Nishimoto
Date: Wednesday, March 7, 2007 - 10:04 am

Incore log buffers are not always a power of two of the page size.
In particular, when xfs is running over software raid devices, the
log buffers are allocated to match the size of a stripe.

However, they are always a multiple of PAGE_SIZE, so we are still safe.

   Michael

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, 3:13 am)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Shailendra Tripathi, (Wed Mar 7, 5:14 am)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Christoph Hellwig, (Wed Mar 7, 5:38 am)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Michael Nishimoto, (Wed Mar 7, 10:04 am)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Christoph Hellwig, (Wed Mar 7, 10:15 am)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Christoph Hellwig, (Fri Mar 9, 4:55 am)
Re: [PATCH 2/2] xfs: stop using kmalloc in xfs_buf_get_noaddr, Christoph Hellwig, (Fri Mar 16, 5:36 pm)