Re: [PATCH] configfs: Use flush file op to commit writes to a binary file

2020-07-20 Thread Christoph Hellwig
Thanks, applied to the configfs tree.

[PATCH] configfs: Use flush file op to commit writes to a binary file

2020-07-16 Thread Lenny Szubowicz
Use the flush file operation instead of the release operation to commit the prior writes to a configfs binary file. This allows any error status from the commit to be returned as the status of the close. Both flush and release are invoked during a close, but the status from release is ignored by t