fsnotify: code and error path cleanup in fsnotify_add_mark
authorEric Paris <eparis@redhat.com>
Tue, 9 Nov 2010 19:57:45 +0000 (14:57 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 15 Dec 2010 18:58:44 +0000 (13:58 -0500)
fsnotify_add_mark had some extra goto's we didn't really need and some
extra conditionals which could be cleaned up.  Functionally it should be
the exact same.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/mark.c

Simple merge