Justin Pryzby wrote:
> On Sun, Jan 07, 2007 at 11:27:07AM -0800, Michael Kerrisk wrote:
>> Justin Pryzby wrote:
>>> On Sat, Jan 06, 2007 at 03:57:30PM -0800, Michael Kerrisk wrote:
Hello Justin,
> Linux 2.6.5 fs/open.c source indicates that close() can return
> essentially any
On Sun, Jan 07, 2007 at 11:27:07AM -0800, Michael Kerrisk wrote:
> Justin Pryzby wrote:
> > On Sat, Jan 06, 2007 at 03:57:30PM -0800, Michael Kerrisk wrote:
> >> Hello Justin,
> >>
> >>> Linux 2.6.5 fs/open.c source indicates that close() can return
> >>> essentially any
> >>> file error:
> >>>
>
Justin Pryzby wrote:
> On Sat, Jan 06, 2007 at 03:57:30PM -0800, Michael Kerrisk wrote:
>> Hello Justin,
>>
>>> Linux 2.6.5 fs/open.c source indicates that close() can return essentially
>>> any
>>> file error:
>>>
>>> |int filp_close(struct file *filp, fl_owner_t id)
>>> | /* Report and clear o
On Sat, Jan 06, 2007 at 03:57:30PM -0800, Michael Kerrisk wrote:
> Hello Justin,
>
> > Linux 2.6.5 fs/open.c source indicates that close() can return essentially
> > any
> > file error:
> >
> > |int filp_close(struct file *filp, fl_owner_t id)
> > | /* Report and clear outstanding errors */
>
Hello Justin,
> Linux 2.6.5 fs/open.c source indicates that close() can return essentially any
> file error:
>
> |int filp_close(struct file *filp, fl_owner_t id)
> |{
> | int retval;
> |
> | /* Report and clear outstanding errors */
> | retval = filp->f_error;
> | if (retval)
> |
tag 121701 upstream patch
thanks
Linux 2.6.5 fs/open.c source indicates that close() can return essentially any
file error:
|int filp_close(struct file *filp, fl_owner_t id)
|{
| int retval;
|
| /* Report and clear outstanding errors */
| retval = filp->f_error;
| if (retv
6 matches
Mail list logo