]> git.michaelhowe.org Git - packages/o/openafs.git/commit
rxfs_storePadd: return 0 on success
authorMarc Dionne <marc.c.dionne@gmail.com>
Sun, 4 Oct 2009 17:40:10 +0000 (13:40 -0400)
committerDerrick Brashear <shadow|account-1000005@unknown>
Sun, 4 Oct 2009 18:29:55 +0000 (11:29 -0700)
commitfa8766d220e37d5c11fc6ac72e3de40f5054cfff
treeccbc0f2a87527e07313825936cf94db795927245
parent6d9ad2e4d0c5e87a8d2d02834134ca68122b8e33
rxfs_storePadd: return 0 on success

On success, storePadd should return 0, not the number of bytes
written by the last rx_Write call.  In some cases this return
value would leak all the way out to the close() system call,
causing it to fail.

Reviewed-on: http://gerrit.openafs.org/573
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_fetchstore.c