Re: [PATCH] configfs: Use flush file op to commit writes to a binary file
Thanks, applied to the configfs tree.
[PATCH] configfs: Use flush file op to commit writes to a binary file
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