Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ext4: remove redundant initialization in ext4_fill_super()

We use kzalloc() to allocate sbi, no need to zero its field.

Signed-off-by: Guo Chao <yan@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

authored by

Guo Chao and committed by
Theodore Ts'o
6b280c91 a789f49c

-1
-1
fs/ext4/super.c
··· 3798 3798 3799 3799 INIT_LIST_HEAD(&sbi->s_orphan); /* unlinked but open files */ 3800 3800 mutex_init(&sbi->s_orphan_lock); 3801 - sbi->s_resize_flags = 0; 3802 3801 3803 3802 sb->s_root = NULL; 3804 3803