mirror of
https://github.com/dynup/kpatch
synced 2025-01-05 20:49:26 +00:00
13 lines
411 B
Diff
13 lines
411 B
Diff
|
Index: src/fs/readdir.c
|
||
|
===================================================================
|
||
|
--- src.orig/fs/readdir.c
|
||
|
+++ src/fs/readdir.c
|
||
|
@@ -169,6 +169,7 @@ static int filldir(void * __buf, const c
|
||
|
goto efault;
|
||
|
}
|
||
|
dirent = buf->current_dir;
|
||
|
+ printk("kpatch-test: testing .fixup section changes\n");
|
||
|
if (__put_user(d_ino, &dirent->d_ino))
|
||
|
goto efault;
|
||
|
if (__put_user(reclen, &dirent->d_reclen))
|