[PATCH] fs/ntfs/logfile: Fix comment

From: Edwin van Vliet
Date: Sat Jul 09 2011 - 04:12:05 EST


Removed double comment line

Signed-off-by: Edwin van Vliet <edwin@xxxxxxxxxx>
---
fs/ntfs/logfile.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fs/ntfs/logfile.c b/fs/ntfs/logfile.c
index c71de29..d2e053b 100644
--- a/fs/ntfs/logfile.c
+++ b/fs/ntfs/logfile.c
@@ -506,7 +506,6 @@ bool ntfs_check_logfile(struct inode *log_vi, RESTART_PAGE_HEADER **rp)
/*
* Truncate size to a multiple of the page cache size or the default
* log page size if the page cache size is between the default log page
- * log page size if the page cache size is between the default log page
* size and twice that.
*/
if (PAGE_CACHE_SIZE >= DefaultLogPageSize && PAGE_CACHE_SIZE <=
--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/