Re: [PATCH 08/12] fs: remove mapping-backing_dev_info

2015-01-15 Thread Jan Kara
On Wed 14-01-15 10:42:37, Christoph Hellwig wrote: Now that we never use the backing_dev_info pointer in struct address_space we can simply remove it and save 4 to 8 bytes in every inode. I was thinking whether we don't increase an overhead of some operations by having to fetch bdi via

[PATCH 08/12] fs: remove mapping-backing_dev_info

2015-01-14 Thread Christoph Hellwig
Now that we never use the backing_dev_info pointer in struct address_space we can simply remove it and save 4 to 8 bytes in every inode. Signed-off-by: Christoph Hellwig h...@lst.de Acked-by: Ryusuke Konishi konishi.ryus...@lab.ntt.co.jp Reviewed-by: Tejun Heo t...@kernel.org ---

Re: [PATCH 08/12] fs: remove mapping-backing_dev_info

2015-01-11 Thread Tejun Heo
On Thu, Jan 08, 2015 at 06:45:29PM +0100, Christoph Hellwig wrote: Now that we never use the backing_dev_info pointer in struct address_space we can simply remove it and save 4 to 8 bytes in every inode. Signed-off-by: Christoph Hellwig h...@lst.de Acked-by: Ryusuke Konishi

[PATCH 08/12] fs: remove mapping-backing_dev_info

2015-01-08 Thread Christoph Hellwig
Now that we never use the backing_dev_info pointer in struct address_space we can simply remove it and save 4 to 8 bytes in every inode. Signed-off-by: Christoph Hellwig h...@lst.de Acked-by: Ryusuke Konishi konishi.ryus...@lab.ntt.co.jp --- drivers/char/raw.c | 4 +--- fs/aio.c