--- zzzz-none-000/linux-5.4.213/fs/notify/fdinfo.c 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/fs/notify/fdinfo.c 2024-05-29 11:20:02.000000000 +0000 @@ -11,7 +11,6 @@ #include #include #include -#include #include #include "inotify/inotify.h" @@ -50,7 +49,7 @@ f.handle.handle_bytes = sizeof(f.pad); size = f.handle.handle_bytes >> 2; - ret = exportfs_encode_inode_fh(inode, (struct fid *)f.handle.f_handle, &size, 0); + ret = exportfs_encode_fid(inode, (struct fid *)f.handle.f_handle, &size); if ((ret == FILEID_INVALID) || (ret < 0)) { WARN_ONCE(1, "Can't encode file handler for inotify: %d\n", ret); return;