]> Pileus Git - ~andy/linux/commit
ext4: remove redundant initialization in ext4_fill_super()
authorGuo Chao <yan@linux.vnet.ibm.com>
Mon, 10 Dec 2012 19:06:04 +0000 (14:06 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Dec 2012 19:06:04 +0000 (14:06 -0500)
commit6b280c913ee02a1a41b020a74c41584f2fca582a
treedb38540fad351badad546170c6f4f0c39528c1fe
parenta789f49c9272e81f4f52487e94820182d0a2d2ff
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>
fs/ext4/super.c