#1376 closed defect (fixed)

lseek handler should return an off_t

Reported by: Chris Johns Owned by: Joel Sherrill
Priority: normal Milestone: 4.10
Component: fs Version: 4.10
Severity: normal Keywords:
Cc: vattam.santosh@… Blocked By:
Blocking:

Description

The current lseek code in libcsupport returns off_t while the handler call returns an int. Should it return off_t ?

Attachments (4)

bug1376.patch (1.2 KB) - added by Santosh Vattam on 03/09/09 at 06:43:30.
lseek handler made to return off_t
pr1376.diff (7.5 KB) - added by Joel Sherrill on 03/09/09 at 13:10:39.
Patch for 4.10
pr1376_r9.diff (6.7 KB) - added by Joel Sherrill on 03/09/09 at 13:14:41.
Patch for 4.9
pr1376_r8.diff (6.0 KB) - added by Joel Sherrill on 03/09/09 at 13:15:16.
Patch for 4.8

Download all attachments as: .zip

Change History (7)

comment:1 Changed on 03/07/09 at 13:57:14 by Santosh Vattam

Cc: Santosh Vattam added

Changed on 03/09/09 at 06:43:30 by Santosh Vattam

Attachment: bug1376.patch added

lseek handler made to return off_t

Changed on 03/09/09 at 13:10:39 by Joel Sherrill

Attachment: pr1376.diff added

Patch for 4.10

comment:2 Changed on 03/09/09 at 13:10:39 by Joel Sherrill

attachments.isobsolete: 01

Changed on 03/09/09 at 13:14:41 by Joel Sherrill

Attachment: pr1376_r9.diff added

Patch for 4.9

Changed on 03/09/09 at 13:15:16 by Joel Sherrill

Attachment: pr1376_r8.diff added

Patch for 4.8

comment:3 Changed on 03/09/09 at 13:17:16 by Joel Sherrill

Resolution: fixed
Status: newclosed

Patches applied to 4.8, 4.9 and CVS head.

Note: See TracTickets for help on using tickets.