From 59223edaa18759982db0a8aced0e77457d10c68e Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 17 Jun 1999 13:25:08 +0000 Subject: Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don't have a MIPS box at hand. --- fs/ntfs/fs.c | 2 +- fs/ntfs/util.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'fs/ntfs') diff --git a/fs/ntfs/fs.c b/fs/ntfs/fs.c index f34de38d3..a43e071fe 100644 --- a/fs/ntfs/fs.c +++ b/fs/ntfs/fs.c @@ -978,7 +978,7 @@ struct super_block * ntfs_read_super(struct super_block *sb, ntfs_debug(DEBUG_OTHER, "Getting RootDir\n"); /* Get the root directory */ - if(!(sb->s_root=d_alloc_root(iget(sb,FILE_ROOT),NULL))){ + if(!(sb->s_root=d_alloc_root(iget(sb,FILE_ROOT)))){ ntfs_error("Could not get root dir inode\n"); goto ntfs_read_super_mft; } diff --git a/fs/ntfs/util.c b/fs/ntfs/util.c index d6d7921eb..e0f9b2362 100644 --- a/fs/ntfs/util.c +++ b/fs/ntfs/util.c @@ -12,6 +12,7 @@ #include "struct.h" #include "util.h" +#include #include /* FreeBSD doesn't seem to have EILSEQ in errno.h */ #ifndef EILSEQ -- cgit v1.2.3