search for: smb_unlock_page

Displaying 1 result from an estimated 1 matches for "smb_unlock_page".

1999 Jan 31
0
SMBfs: bug in 2.2.1 ?
...e noticed what seems to be a bug in the SMBfs page write code. It seems that the code in generic_file_write has changed fairly recently, and it is now a bug for the 'updatepage' code to clear the page lock and serve the wait queue. Unfortunately nobody seems to have removed the call to 'smb_unlock_page(page)' in 'smb_writepage_sync'. Would people who've been seeing problems with the smbfs client in 2.2.1 please try the appended one-liner and see if it works? BTW: The reason I noticed this bug is because I actually wanted to revert to the old behaviour for the NFS write-clus...