Constant inotify::watch_mask::MASK_ADD []

pub const MASK_ADD: WatchMask = WatchMask{bits: ffi::IN_MASK_ADD,}

If a watch instance already exists for the inode corresponding to the given path, amend the existing watch mask instead of replacing it.