- inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-ecryptfs.patch removed from -mm tree

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

 



The patch titled

     inode-diet: Eliminate i_blksize and use a per-superblock default

has been removed from the -mm tree.  Its filename is

     inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-ecryptfs.patch

This patch was dropped because it was folded into ecryptfs-fs-makefile-and-fs-kconfig.patch

------------------------------------------------------
Subject: inode-diet: Eliminate i_blksize and use a per-superblock default
From: "Theodore Ts'o" <tytso@xxxxxxx>

This eliminates the i_blksize field from struct inode.  Filesystems that want
to provide a per-inode st_blksize can do so by providing their own getattr
routine instead of using the generic_fillattr() function.

Note that some filesystems were providing pretty much random (and incorrect)
values for i_blksize.

Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 fs/ecryptfs/inode.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN fs/ecryptfs/inode.c~inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-ecryptfs fs/ecryptfs/inode.c
--- a/fs/ecryptfs/inode.c~inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-ecryptfs
+++ a/fs/ecryptfs/inode.c
@@ -91,7 +91,6 @@ void ecryptfs_copy_attr_all(struct inode
 	dest->i_atime = src->i_atime;
 	dest->i_mtime = src->i_mtime;
 	dest->i_ctime = src->i_ctime;
-	dest->i_blksize = src->i_blksize;
 	dest->i_blkbits = src->i_blkbits;
 	dest->i_flags = src->i_flags;
 }
_

Patches currently in -mm which might be from tytso@xxxxxxx are

origin.patch
ecryptfs-fs-makefile-and-fs-kconfig.patch
inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-ecryptfs.patch
inode_diet-replace-inodeugeneric_ip-with-inodei_private-reiser4.patch
inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-reiser4.patch
statistics-replace-inode-ugeneric_ip-with-i_private.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux