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)
commitdd4a4838fb8bd63c2f1fd4bb62f5ba760ed4065d
treeabae7ac529de7667ef389139be5b66383b245fa3
parent81aaad0ec8a86612cd395ee26f2e0127adcbbefc
fsnotify: code and error path cleanup in fsnotify_add_mark

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