xfs: remove the i_size field in struct xfs_inode
[deliverable/linux.git] / fs / xfs / xfs_iget.c
index a7cf7139f9ad778b60fdd146fd8c7a404db4d60b..3b5b78aa3b8788a029586894dcb474d41ddf4d65 100644 (file)
@@ -94,7 +94,6 @@ xfs_inode_alloc(
        ip->i_update_core = 0;
        ip->i_delayed_blks = 0;
        memset(&ip->i_d, 0, sizeof(xfs_icdinode_t));
-       ip->i_size = 0;
        ip->i_new_size = 0;
 
        return ip;
This page took 0.026974 seconds and 5 git commands to generate.