commit | 6f3a539e3bd8ed2eafa532443723d56896153a00 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 20:12:07 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:20 2010 -0400 |
tree | 73c85129825daf947c32c2e1f6e9e97ed674b108 | |
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>