Re: [PATCH 4/9] fs: kill i_alloc_sem
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-06-24 18:34:36
Also in:
linux-btrfs, linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-06-24 18:34:36
Also in:
linux-btrfs, linux-fsdevel
This scheme is much simpler, and saves the space of a spinlock_t and a struct list_head in struct inode (typically 160 bytes on a non-debug 64-bit system).
And I still haven't fixed that typo, damn. Updated in local version now to make sure it won't be missed next time.