diff --git a/fs/procfs/fs_procfs.c b/fs/procfs/fs_procfs.c index 18f9999ed3..bb2dec7ca1 100644 --- a/fs/procfs/fs_procfs.c +++ b/fs/procfs/fs_procfs.c @@ -1007,11 +1007,6 @@ static int procfs_stat(struct inode *mountpt, const char *relpath, } } - /* File/directory size, access block size */ - - buf->st_size = 0; - buf->st_blksize = 0; - buf->st_blocks = 0; return ret; }