orangefs: implement writepages

Go through pages and look for a consecutive writable region.  After
finding a number of consecutive writable pages or when finding that
the next page's dirty range is not contiguous and cannot be written
as one request, send the write to the server.

The number of pages is determined by the client-core's buffer size.

Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
Martin Brandenburg 2018-12-14 17:04:21 -05:00 коммит произвёл Mike Marshall
Родитель 52e2d0a380
Коммит c472ebc255
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -386,6 +386,7 @@ static int orangefs_file_release(struct inode *inode, struct file *file)
gossip_debug(GOSSIP_INODE_DEBUG,
"flush_racache finished\n");
}
}
return 0;
}