summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-08-12 19:29:50 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-04 09:08:39 +0200
commit173fa8fe4c86d7589ca1e1e2ab0d314bfe611d30 (patch)
treed49b219c9f2dd54ed6b2454505f9180fd2afec0e /fs
parent653c767213f6ae597a816a84fd3332718e0b82f3 (diff)
downloadbarebox-173fa8fe4c86d7589ca1e1e2ab0d314bfe611d30.tar.gz
barebox-173fa8fe4c86d7589ca1e1e2ab0d314bfe611d30.tar.xz
fs/fat: add filetype
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/fat/fat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fat/fat.c b/fs/fat/fat.c
index 5e6c81c358..01724a234f 100644
--- a/fs/fat/fat.c
+++ b/fs/fat/fat.c
@@ -430,6 +430,7 @@ static struct fs_driver_d fat_driver = {
.write = fat_write,
.truncate = fat_truncate,
#endif
+ .type = filetype_fat,
.flags = 0,
.drv = {
.probe = fat_probe,