]> git.baikalelectronics.ru Git - kernel.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)
commit436e99153bee204fba77098c5397fedbc24bbd51
treea947ac296cdd30035ef1901fcd99f87756479f07
parenta893041df20fe090b60aa0f4d3448d27d011a042
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