Blame test/integration/rhel-8.0/fixup-section.patch
|
Packit Service |
da4517 |
diff --git a/fs/readdir.c b/fs/readdir.c
|
|
Packit Service |
da4517 |
index d97f548..58863b6 100644
|
|
Packit Service |
da4517 |
--- a/fs/readdir.c
|
|
Packit Service |
da4517 |
+++ b/fs/readdir.c
|
|
Packit Service |
da4517 |
@@ -189,6 +189,7 @@ static int filldir(struct dir_context *ctx, const char *name, int namlen,
|
|
Packit Service |
da4517 |
goto efault;
|
|
Packit Service |
da4517 |
}
|
|
Packit Service |
da4517 |
dirent = buf->current_dir;
|
|
Packit Service |
da4517 |
+ asm("nop");
|
|
Packit Service |
da4517 |
if (__put_user(d_ino, &dirent->d_ino))
|
|
Packit Service |
da4517 |
goto efault;
|
|
Packit Service |
da4517 |
if (__put_user(reclen, &dirent->d_reclen))
|