writeback: fix typo in the writeback_control comment

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Andrew Morton 2012-03-05 15:06:02 -08:00 коммит произвёл Jiri Kosina
Родитель 40e47125e6
Коммит 95468fd41a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -64,7 +64,7 @@ struct writeback_control {
long pages_skipped; /* Pages which were not written */ long pages_skipped; /* Pages which were not written */
/* /*
* For a_ops->writepages(): is start or end are non-zero then this is * For a_ops->writepages(): if start or end are non-zero then this is
* a hint that the filesystem need only write out the pages inside that * a hint that the filesystem need only write out the pages inside that
* byterange. The byte at `end' is included in the writeout request. * byterange. The byte at `end' is included in the writeout request.
*/ */