Re: [PATCH v2 2/9] mm: drop "wait" parameter from write_one_page

2017-03-09 Thread Ross Zwisler
On Wed, Mar 08, 2017 at 11:29:27AM -0500, Jeff Layton wrote: > The callers all set it to 1. Also, make it clear that this function will > not set any sort of AS_* error, and that the caller must do so if > necessary. No existing caller uses this on normal files, so none of them > need it. > >

Re: [PATCH v2 2/9] mm: drop "wait" parameter from write_one_page

2017-03-09 Thread Ross Zwisler
On Wed, Mar 08, 2017 at 11:29:27AM -0500, Jeff Layton wrote: > The callers all set it to 1. Also, make it clear that this function will > not set any sort of AS_* error, and that the caller must do so if > necessary. No existing caller uses this on normal files, so none of them > need it. > >

[PATCH v2 2/9] mm: drop "wait" parameter from write_one_page

2017-03-08 Thread Jeff Layton
The callers all set it to 1. Also, make it clear that this function will not set any sort of AS_* error, and that the caller must do so if necessary. No existing caller uses this on normal files, so none of them need it. Signed-off-by: Jeff Layton --- fs/exofs/dir.c|

[PATCH v2 2/9] mm: drop "wait" parameter from write_one_page

2017-03-08 Thread Jeff Layton
The callers all set it to 1. Also, make it clear that this function will not set any sort of AS_* error, and that the caller must do so if necessary. No existing caller uses this on normal files, so none of them need it. Signed-off-by: Jeff Layton --- fs/exofs/dir.c| 2 +-