summaryrefslogtreecommitdiff
path: root/fs/aufs/finfo.c
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-12-26 16:00:37 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-12-26 16:00:37 -0300
commit35acfa0fc609f2a2cd95cef4a6a9c3a5c38f1778 (patch)
tree281fc9db2a40c54ee94dc88fc2bf8c119cfafc15 /fs/aufs/finfo.c
parentf3a16ba6a1152b8966dcadc668af4cf00623c7b1 (diff)
Add support for the exFAT file system, fix hangs on older intel hardware and update AUFSpck-4.3.3-gnu
Diffstat (limited to 'fs/aufs/finfo.c')
-rw-r--r--fs/aufs/finfo.c1
1 files changed, 0 insertions, 1 deletions
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;