]> git.neil.brown.name Git - history.git/commit
[PATCH] smb_writepage retval fix
authorAndrew Morton <akpm@osdl.org>
Mon, 26 Apr 2004 16:01:55 +0000 (09:01 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 26 Apr 2004 16:01:55 +0000 (09:01 -0700)
commitc8c855b5251716b6a397a3350050711bd6dab217
tree353ddefc41e6ce4b80031593bd1909026b7c2f88
parent1b2569fb4487dda5216cc8c609bfe8668444b0e9
[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.
fs/smbfs/file.c