Re: [PATCH RFC DRAFT DOESNOTBUILD] inode: free up more space

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jul 16, 2025 at 03:08:53PM +0100, Matthew Wilcox wrote:
> struct filemap_inode {
> 	struct inode		inode;
> 	struct address_space	i_mapping;
> 	struct fscrypt_struct	i_fscrypt;
> 	struct fsverity_struct	i_fsverity;
> 	struct quota_struct	i_quota;
> };
> 
> struct ext4_inode {
> 	struct filemap_inode inode;
> 	...
> };
> 
> saves any messing with i_ops and offsets.

I still wastest a lot of space for XFS which only needs inode
and i_mapping of those.  As would most ext4 file systems..




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux