On Sun, 2004-09-19 at 23:56 -0400, John McCutchan wrote: > I would appreciate design review, code review and testing. Hi, John. Attached patches fixes two compile warnings I receive in drivers/char/inotify.c: - Declaration after code in inotify_watch() - Uncasted conversion from pointer to integer Also, wrap some arithmetic in parenthesis, to be safe. Best, Robert Love