From 35acfa0fc609f2a2cd95cef4a6a9c3a5c38f1778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 26 Dec 2015 16:00:37 -0300 Subject: Add support for the exFAT file system, fix hangs on older intel hardware and update AUFS --- fs/aufs/finfo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/aufs/finfo.c') diff --git a/fs/aufs/finfo.c b/fs/aufs/finfo.c index 05732c97b..e709205b5 100644 --- a/fs/aufs/finfo.c +++ b/fs/aufs/finfo.c @@ -62,7 +62,6 @@ struct au_fidir *au_fidir_alloc(struct super_block *sb) if (fidir) { fidir->fd_bbot = -1; fidir->fd_nent = nbr; - fidir->fd_vdir_cache = NULL; } return fidir; -- cgit v1.2.3