diff options
author | Eric Paris <eparis@redhat.com> | 2009-12-17 20:12:07 -0500 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2010-07-28 09:58:20 -0400 |
commit | 6f3a539e3bd8ed2eafa532443723d56896153a00 (patch) | |
tree | 73c85129825daf947c32c2e1f6e9e97ed674b108 /fs/notify/inotify/inotify_user.c | |
parent | f0553af054d31f48a75fddd3ef8beb5c39715019 (diff) |
fsnotify: use kmem_cache_zalloc to simplify event initialization
fsnotify event initialization is done entry by entry with almost everything
set to either 0 or NULL. Use kmem_cache_zalloc and only initialize things
that need non-zero initialization. Also means we don't have to change
initialization entries based on the config options.
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'fs/notify/inotify/inotify_user.c')
0 files changed, 0 insertions, 0 deletions