From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [PATCH 0/4 v3] fs: Remove i_devices from struct inode Date: Tue, 4 Nov 2014 11:27:27 +0100 Message-ID: <1415096851-17209-1-git-send-email-jack@suse.cz> Cc: Christoph Hellwig , LKML , linux-fsdevel@vger.kernel.org, Jan Kara To: Al Viro Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hello, this patch set removes use of i_devices from block and character device code and thus we can remove the list head from struct inode thus saving two pointers in it. As Christoph has reviewed the series, can you please merge it Al? Thanks! Since v2 I've added reviewed-by tags from Christoph and changed one variable name in cdev_forget(). Since v1 I have split the patches and properly handled character devices (I broke them last time as Christoph pointed out). Honza