[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gluster-devel] Extended Attributes
From: |
Anand Avati |
Subject: |
Re: [Gluster-devel] Extended Attributes |
Date: |
Tue, 13 May 2008 13:36:58 +0530 |
> There should be other thing if not d_off, we cant just remove it like
> this. Because, if we remove it. it won't return at all.
> Other than this, I am pretty sure i compiled 1.3.8 on bsd machine (on paul
> arch's machine). Anyways, Thanks for the patch. But Iam thinking how i can
> set that d_off thing.
>
A portable way of getting the offset from a DIR * is to use telldir() and
not worry about how the offset is internally stored. some systems store it
as dirent->d_off, some as dirent->seek_off etc. Infact even in the current
code we should cleanup the #ifdef mess and just use telldir() for every
platform.
avati
- [Gluster-devel] Extended Attributes, Jordan Mendler, 2008/05/12
- Re: [Gluster-devel] Extended Attributes, Amar S. Tumballi, 2008/05/12
- Re: [Gluster-devel] Extended Attributes, Jordan Mendler, 2008/05/12
- RE: [Gluster-devel] Extended Attributes, Paul Arch, 2008/05/12
- Re: [Gluster-devel] Extended Attributes, Jordan Mendler, 2008/05/12
- Re: [Gluster-devel] Extended Attributes, Amar S. Tumballi, 2008/05/12
- Re: [Gluster-devel] Extended Attributes, Jordan Mendler, 2008/05/12
- Message not available
- Re: [Gluster-devel] Extended Attributes, Harshavardhana, 2008/05/13
- Re: [Gluster-devel] Extended Attributes, Amar S. Tumballi, 2008/05/13
- Re: [Gluster-devel] Extended Attributes,
Anand Avati <=
- Re: [Gluster-devel] Extended Attributes, Amar S. Tumballi, 2008/05/13
- Re: [Gluster-devel] Extended Attributes, Anand Avati, 2008/05/13
- RE: [Gluster-devel] Extended Attributes, Paul Arch, 2008/05/13
- Re: [Gluster-devel] Extended Attributes, Amar S. Tumballi, 2008/05/13
Re: [Gluster-devel] Extended Attributes, Derek Price, 2008/05/14