Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaho Ng <ngkaho1234@gmail.com>2016-06-07 11:44:37 +0300
committerKaho Ng <ngkaho1234@gmail.com>2016-06-07 11:44:37 +0300
commit453636ce0da45c9677f48368b95d33aa2fb91d52 (patch)
treec380337cf65ae586a5ca7727c10c42f007093b03 /Ext3Fsd
parent2d8600f66f385d5b8df622c9987aa2d9ae846cf4 (diff)
ea: make EA routines reside in PAGE section
Diffstat (limited to 'Ext3Fsd')
-rw-r--r--Ext3Fsd/ea.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Ext3Fsd/ea.c b/Ext3Fsd/ea.c
index 38be6ef..e498b92 100644
--- a/Ext3Fsd/ea.c
+++ b/Ext3Fsd/ea.c
@@ -12,6 +12,12 @@
#include "ext2fs.h"
#include <linux/ext4_xattr.h>
+#ifdef ALLOC_PRAGMA
+#pragma alloc_text(PAGE, Ext2QueryEa)
+#pragma alloc_text(PAGE, Ext2SetEa)
+#pragma alloc_text(PAGE, Ext2IsEaNameValid)
+#endif
+
// Ea iterator
struct EaIterator {
// Return only an entry