From: Jan Kara Date: Wed, 6 Aug 2014 23:03:26 +0000 (-0700) Subject: fsnotify: rename event handling functions X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ba8fa917093510cdcb4ec8ff8b9603e1b525658;p=pandora-kernel.git fsnotify: rename event handling functions Rename fsnotify_add_notify_event() to fsnotify_add_event() since the "notify" part is duplicit. Rename fsnotify_remove_notify_event() and fsnotify_peek_notify_event() to fsnotify_remove_first_event() and fsnotify_peek_first_event() respectively since "notify" part is duplicit and they really look at the first event in the queue. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Jan Kara Cc: Eric Paris Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed