ext4: fix comments in ext4_can_extents_be_merged()
authorXiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
Thu, 2 Apr 2015 20:53:11 +0000 (16:53 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 2 Apr 2015 20:53:11 +0000 (16:53 -0400)
commit4255c224b97f6d286d9d791962dec2b02c652b42
treeec8049b46b02a93c552904a1ae2c2cecf670e40d
parent80cfb71e2e9222b86399a554a69e299877f2dc27
ext4: fix comments in ext4_can_extents_be_merged()

Since commit a9b8241594add, we are allowed to merge unwritten extents,
so here these comments are wrong, remove it.

Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c