]> git.eshelyaron.com Git - emacs.git/commit
Simplify computation of inotify mask
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 May 2017 17:54:25 +0000 (10:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 May 2017 18:14:30 +0000 (11:14 -0700)
commit8f59ff2461b54e29c9389cee5851f348b867a281
tree63b5d83818a3150c5ddf3ed45fc26746f5647b7e
parentebe0bdae9ded4eab974faefb54a6ba5260523489
Simplify computation of inotify mask

* src/inotify.c (add_watch): Accept uint32_t imask instead
of Lisp_Object aspect.  Caller changed.
(Finotify_add_watch): Use aspect_to_inotifymask earlier, to
simplify the code.
src/inotify.c