aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
authorGravatar Jan Kara <jack@suse.cz> 2016-03-08 23:39:21 -0500
committerGravatar Theodore Ts'o <tytso@mit.edu> 2016-03-08 23:39:21 -0500
commit600be30a8bc1d405f791e01dbef84679e14529b8 (patch)
tree80294bd12feff70f252d2de1810e6fd713facc39 /fs/ext4/super.c
parentext4: simplify io_end handling for AIO DIO (diff)
downloadlinux-600be30a8bc1d405f791e01dbef84679e14529b8.tar.gz
linux-600be30a8bc1d405f791e01dbef84679e14529b8.tar.bz2
linux-600be30a8bc1d405f791e01dbef84679e14529b8.zip
ext4: remove i_ioend_count
Remove counter of pending io ends as it is unused. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 4d5756024e98..de02a9ef45dd 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -942,7 +942,6 @@ static struct inode *ext4_alloc_inode(struct super_block *sb)
spin_lock_init(&ei->i_completed_io_lock);
ei->i_sync_tid = 0;
ei->i_datasync_tid = 0;
- atomic_set(&ei->i_ioend_count, 0);
atomic_set(&ei->i_unwritten, 0);
INIT_WORK(&ei->i_rsv_conversion_work, ext4_end_io_rsv_work);
#ifdef CONFIG_EXT4_FS_ENCRYPTION