Re: [PATCH 0/8] remove i_alloc_sem
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-06-20 20:32:11
Also in:
linux-btrfs, linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-06-20 20:32:11
Also in:
linux-btrfs, linux-fsdevel
On Mon, Jun 20, 2011 at 04:15:33PM -0400, Christoph Hellwig wrote:
This series removes it in favour of a simpler counter scheme, thus getting rid of the rw_semaphore non-owner APIs as requests by Thomas, while at the same time shrinking the size of struct inode by 160 bytes on 64-bit systems.
This should be 160 bits, aka 20 bytes of course, sorry.