2004-09-22 17:49:24

by Robert Love

[permalink] [raw]
Subject: [patch] inotify: don't opencode the size of filename

The size of "filename" in "struct inotify_event" is currently open coded
at 256.

Change that to INOTIFY_FILENAME_MAX and replace uses of the size with
this define.

Best,

Robert Love


Attachments:
inotify-filename-define-1.patch (1.87 kB)