]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ocfs2/file.c: fix wrong comment
authorJunxiao Bi <junxiao.bi@oracle.com>
Tue, 12 Nov 2013 23:06:53 +0000 (15:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:00 +0000 (12:09 +0900)
commitadb3ecfa110224b70310965cd47c84196b3ab26c
tree8be1f9bae3f55dce1d7613b445381d3b54017c7d
parentb6ac79995226b5575297da9c118dd2357c8d32b7
fs/ocfs2/file.c: fix wrong comment

Unwritten extent only exists for file systems which support holes.  But
the comment said was opposite meaning and also the comment is not very
clear, so rephase it.

Signed-off-by: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/file.c