[PATCH] smb_writepage retval fix
->writepage() is supposed to return zero or a negative error code. Returning the number of bytes written will confuse the VFS.
Showing
Please register or sign in to comment
->writepage() is supposed to return zero or a negative error code. Returning the number of bytes written will confuse the VFS.