]> git.karo-electronics.de Git - mv-sheeva.git/commit
fanotify: remove outgoing function checks in fanotify.h
authorAndreas Gruenbacher <agruen@suse.de>
Fri, 18 Dec 2009 02:24:29 +0000 (21:24 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:58:59 +0000 (09:58 -0400)
commit33d3dfff451a2ab6fe2f6aaabed9b24e91aad109
treea947ac296cdd30035ef1901fcd99f87756479f07
parent88380fe66e0ac22529f5426ab27d67da00ed2628
fanotify: remove outgoing function checks in fanotify.h

A number of validity checks on outgoing data are done in static inlines but
are only used in one place.  Instead just do them where they are used for
readability.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/fanotify/fanotify.c
fs/notify/fanotify/fanotify.h [deleted file]
fs/notify/fanotify/fanotify_user.c