]> bbs.cooldavid.org Git - net-next-2.6.git/commit
inotify: seperate new watch creation updating existing watches
authorEric Paris <eparis@redhat.com>
Mon, 24 Aug 2009 20:03:35 +0000 (16:03 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 27 Aug 2009 12:02:04 +0000 (08:02 -0400)
commit52cef7555adf5ca09b3b7283097466759120d901
tree641ddd087f6effe88fad2e3c0b5d744e9d71fdda
parent1e23502cc57cef33455ac7cb9111e3c6d991a894
inotify: seperate new watch creation updating existing watches

There is nothing known wrong with the inotify watch addition/modification
but this patch seperates the two code paths to make them each easy to
verify as correct.

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