commit | 98783e453c1084527388ec1a7f6367cd6aabbe63 | [log] [tgz] |
---|---|---|
author | Wang Shilong <wangsl-fnst@cn.fujitsu.com> | Wed Feb 06 14:14:26 2013 +0800 |
committer | Jan Kara <jack@suse.cz> | Wed Feb 06 13:47:02 2013 +0100 |
tree | 6a08492fbcb4c54cb32f6a584d7382f56669ff4b | |
parent | 288be96de66fa7c09f2cf00a7793db5b4bac4213 [diff] |
Ext2: remove the overhead check about sb in the function ext2_new_blocks It can be guranteed that inode->i_sb should not be null in vfs. So here the check about it is overhead. Signed-off-by: Wang Shilong <wangsl-fnst@cn.fujitsu.com> Signed-off-by: Jan Kara <jack@suse.cz>