Re: [PATCH 2/2] make pipefs do lazy i_ino assignment and hashing

2007-01-30 Thread Bodo Eggert
Jeff Layton <[EMAIL PROTECTED]> wrote: > This patch updates pipefs to do defer assigning an i_ino value to its inodes > until someone actually tries to stat it. This allows us to have unique i_ino > values for the inodes here, without the performance impact for anyone who > doesn't actually care

[PATCH 2/2] make pipefs do lazy i_ino assignment and hashing

2007-01-30 Thread Jeff Layton
This patch updates pipefs to do defer assigning an i_ino value to its inodes until someone actually tries to stat it. This allows us to have unique i_ino values for the inodes here, without the performance impact for anyone who doesn't actually care about it. Since we don't have an i_ino value at

[PATCH 2/2] make pipefs do lazy i_ino assignment and hashing

2007-01-30 Thread Jeff Layton
This patch updates pipefs to do defer assigning an i_ino value to its inodes until someone actually tries to stat it. This allows us to have unique i_ino values for the inodes here, without the performance impact for anyone who doesn't actually care about it. Since we don't have an i_ino value at

Re: [PATCH 2/2] make pipefs do lazy i_ino assignment and hashing

2007-01-30 Thread Bodo Eggert
Jeff Layton [EMAIL PROTECTED] wrote: This patch updates pipefs to do defer assigning an i_ino value to its inodes until someone actually tries to stat it. This allows us to have unique i_ino values for the inodes here, without the performance impact for anyone who doesn't actually care about