Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fsnotify: fsnotify_obtain_group kzalloc cleanup
fsnotify_obtain_group uses kzalloc but then proceedes to set things to 0. This patch just deletes those useless lines. Signed-off-by: Eric Paris <eparis@redhat.com>
- Loading branch information