[PATCH 3.2 149/152] splice: Apply generic position and size checks to each write

2015-02-16 Thread Ben Hutchings
3.2.67-rc1 review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings We need to check the position and size of file writes against various limits, using generic_write_check(). This was not being done for the splice write path. It was fixed

[PATCH 3.2 149/152] splice: Apply generic position and size checks to each write

2015-02-16 Thread Ben Hutchings
3.2.67-rc1 review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings b...@decadent.org.uk We need to check the position and size of file writes against various limits, using generic_write_check(). This was not being done for the splice write path.