On Sun, 2004-09-19 at 23:56 -0400, John McCutchan wrote: > I would appreciate design review, code review and testing. Hey, John! Attached patch, against inotify 0.9.2, cleans up the inotify.h header file a bit. The patch is a little noisy because I reformat some lines for readability or coding style concerns, but there are a few important changes: - Use PATH_MAX, the actual maximum path length, not 256, for the size of "filename" in "struct inotify_event" - Separate with __KERNEL__ the kernel from the user API - Instead of forward declaring the inode, superblock, and dentry structures, include the appropriate header file Thanks! Robert Love