xfs_super.c (c37fe6aff89cb0d842993fe2f69e48bf3ebe0ab0) | xfs_super.c (9bbafc71919adfdf83fafd2ce909853b493e7d86) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2000-2006 Silicon Graphics, Inc. 4 * All Rights Reserved. 5 */ 6 7#include "xfs.h" 8#include "xfs_shared.h" --- 22 unchanged lines hidden (view full) --- 31#include "xfs_quota.h" 32#include "xfs_sysfs.h" 33#include "xfs_ondisk.h" 34#include "xfs_rmap_item.h" 35#include "xfs_refcount_item.h" 36#include "xfs_bmap_item.h" 37#include "xfs_reflink.h" 38#include "xfs_pwork.h" | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2000-2006 Silicon Graphics, Inc. 4 * All Rights Reserved. 5 */ 6 7#include "xfs.h" 8#include "xfs_shared.h" --- 22 unchanged lines hidden (view full) --- 31#include "xfs_quota.h" 32#include "xfs_sysfs.h" 33#include "xfs_ondisk.h" 34#include "xfs_rmap_item.h" 35#include "xfs_refcount_item.h" 36#include "xfs_bmap_item.h" 37#include "xfs_reflink.h" 38#include "xfs_pwork.h" |
39#include "xfs_ag.h" |
|
39 40#include <linux/magic.h> 41#include <linux/fs_context.h> 42#include <linux/fs_parser.h> 43 44static const struct super_operations xfs_super_operations; 45 46static struct kset *xfs_kset; /* top-level xfs sysfs dir */ --- 2207 unchanged lines hidden --- | 40 41#include <linux/magic.h> 42#include <linux/fs_context.h> 43#include <linux/fs_parser.h> 44 45static const struct super_operations xfs_super_operations; 46 47static struct kset *xfs_kset; /* top-level xfs sysfs dir */ --- 2207 unchanged lines hidden --- |