diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ocfs2/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 67c037af301a..6fff128cad16 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c | |||
@@ -580,7 +580,7 @@ static int __ocfs2_extend_allocation(struct inode *inode, u32 logical_start, | |||
580 | int did_quota = 0; | 580 | int did_quota = 0; |
581 | 581 | ||
582 | /* | 582 | /* |
583 | * This function only exists for file systems which don't | 583 | * Unwritten extent only exists for file systems which |
584 | * support holes. | 584 | * support holes. |
585 | */ | 585 | */ |
586 | BUG_ON(mark_unwritten && !ocfs2_sparse_alloc(osb)); | 586 | BUG_ON(mark_unwritten && !ocfs2_sparse_alloc(osb)); |