Commit 32bbcb2c authored by J. R. Okajima's avatar J. R. Okajima
Browse files

aufs: for v5.1-rc1, ALL_FSNOTIFY_DIRENT_EVENTS



In mainline, by the commit
	e220140ff624 2019-02-06 fsnotify: remove dirent events from
		FS_EVENTS_POSS_ON_CHILD mask
the macro is redefined, and aufs simply follows it.
Signed-off-by: default avatarJ. R. Okajima <hooanon05g@gmail.com>
parent 569077f3
......@@ -572,7 +572,7 @@ int au_hnotify(struct inode *h_dir, struct au_hnotify *hnotify, u32 mask,
flags[AuHn_CHILD] = AuHnJob_ISDIR;
au_fset_hnjob(flags[AuHn_PARENT], DIRENT);
au_fset_hnjob(flags[AuHn_CHILD], GEN);
switch (mask & FS_EVENTS_POSS_ON_CHILD) {
switch (mask & ALL_FSNOTIFY_DIRENT_EVENTS) {
case FS_MOVED_FROM:
case FS_MOVED_TO:
au_fset_hnjob(flags[AuHn_CHILD], XINO0);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment