summaryrefslogtreecommitdiffstats
path: root/fs/fat/fatent.c
diff options
context:
space:
mode:
authorOGAWA Hirofumi2008-11-06 21:53:46 +0100
committerLinus Torvalds2008-11-07 00:41:20 +0100
commit9e975dae2970d22557662761c8505ce9fd165684 (patch)
treeecc662bd047ae784095b9effb4bafad99389b5f2 /fs/fat/fatent.c
parentfat: move fs/vfat/* and fs/msdos/* to fs/fat (diff)
downloadkernel-qcow2-linux-9e975dae2970d22557662761c8505ce9fd165684.tar.gz
kernel-qcow2-linux-9e975dae2970d22557662761c8505ce9fd165684.tar.xz
kernel-qcow2-linux-9e975dae2970d22557662761c8505ce9fd165684.zip
fat: split include/msdos_fs.h
This splits __KERNEL__ stuff in include/msdos_fs.h into fs/fat/fat.h. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/fat/fatent.c')
-rw-r--r--fs/fat/fatent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fat/fatent.c b/fs/fat/fatent.c
index fb98b3d847ed..5b5f49061b7c 100644
--- a/fs/fat/fatent.c
+++ b/fs/fat/fatent.c
@@ -7,6 +7,7 @@
#include <linux/fs.h>
#include <linux/msdos_fs.h>
#include <linux/blkdev.h>
+#include "fat.h"
struct fatent_operations {
void (*ent_blocknr)(struct super_block *, int, int *, sector_t *);