From 8535f5386a9a6fa6bd8046a9ce8adbff3c60adc8 Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Mon, 14 Dec 2015 22:39:30 -0200 Subject: xfs: Add support for v3 directories Besides supporting newer version of xfs file system, this patch also does some code refactoring and fix completely broken listing and searching on v2-3 node directories. Cc: Gene Cumm Cc: H. Peter Anvin Cc: Raphael S. Carvalho Cc: Ady Signed-off-by: Paulo Alcantara --- core/fs/xfs/xfs_dinode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fs/xfs/xfs_dinode.c') diff --git a/core/fs/xfs/xfs_dinode.c b/core/fs/xfs/xfs_dinode.c index 55be6e2d..dff73826 100644 --- a/core/fs/xfs/xfs_dinode.c +++ b/core/fs/xfs/xfs_dinode.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2013 Paulo Alcantara + * Copyright (c) 2012-2015 Paulo Alcantara * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as -- cgit v1.2.1