diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2012-01-23 19:41:32 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-23 20:17:45 -0500 |
commit | c1aab02dac690af7ff634d8e1cb3be6a04387eef (patch) | |
tree | 9018361108b2c370d247452e4517937057bf9895 /include | |
parent | ac1e3d4f5c1097422c6e72aeae322033e9a8c803 (diff) |
migrate_mode.h is not exported to user mode
so move its include into fs.h inside the __KERNEL__ protection.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 4b3a41fe22b..386da09f229 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -10,7 +10,6 @@ | |||
10 | #include <linux/ioctl.h> | 10 | #include <linux/ioctl.h> |
11 | #include <linux/blk_types.h> | 11 | #include <linux/blk_types.h> |
12 | #include <linux/types.h> | 12 | #include <linux/types.h> |
13 | #include <linux/migrate_mode.h> | ||
14 | 13 | ||
15 | /* | 14 | /* |
16 | * It's silly to have NR_OPEN bigger than NR_FILE, but you can change | 15 | * It's silly to have NR_OPEN bigger than NR_FILE, but you can change |
@@ -397,6 +396,7 @@ struct inodes_stat_t { | |||
397 | #include <linux/rculist_bl.h> | 396 | #include <linux/rculist_bl.h> |
398 | #include <linux/atomic.h> | 397 | #include <linux/atomic.h> |
399 | #include <linux/shrinker.h> | 398 | #include <linux/shrinker.h> |
399 | #include <linux/migrate_mode.h> | ||
400 | 400 | ||
401 | #include <asm/byteorder.h> | 401 | #include <asm/byteorder.h> |
402 | 402 | ||