Explorar o código

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>
Junxiao Bi %!s(int64=11) %!d(string=hai) anos
pai
achega
f0cb0f0bca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/ocfs2/file.c

+ 1 - 1
fs/ocfs2/file.c

@@ -580,7 +580,7 @@ static int __ocfs2_extend_allocation(struct inode *inode, u32 logical_start,
 	int did_quota = 0;
 	int did_quota = 0;
 
 
 	/*
 	/*
-	 * This function only exists for file systems which don't
+	 * Unwritten extent only exists for file systems which
 	 * support holes.
 	 * support holes.
 	 */
 	 */
 	BUG_ON(mark_unwritten && !ocfs2_sparse_alloc(osb));
 	BUG_ON(mark_unwritten && !ocfs2_sparse_alloc(osb));