Re: [patch] inotify: idr_get_new_above not working?

2005-08-15 Thread John McCutchan
On Mon, 2005-08-15 at 12:27 -0400, Robert Love wrote: > On Mon, 2005-08-15 at 10:16 -0400, John McCutchan wrote: > > > Inotify is using idr_get_new_above to make sure that the next watch > > descriptor is larger/different than any of the previous watch > > descriptors. We keep track of the largest

[patch] inotify: idr_get_new_above not working?

2005-08-15 Thread Robert Love
On Mon, 2005-08-15 at 10:16 -0400, John McCutchan wrote: > Inotify is using idr_get_new_above to make sure that the next watch > descriptor is larger/different than any of the previous watch > descriptors. We keep track of the largest wd that we get out of > idr_get_new_above, and pass that to idr

idr_get_new_above not working?

2005-08-15 Thread John McCutchan
Hey, Inotify is using idr_get_new_above to make sure that the next watch descriptor is larger/different than any of the previous watch descriptors. We keep track of the largest wd that we get out of idr_get_new_above, and pass that to idr_get_new_above. I have noticed though, that idr_get_new_abov