treewide: remove editor modelines and cruft

The section "19) Editor modelines and other cruft" in
Documentation/process/coding-style.rst clearly says, "Do not include any
of these in source files."

I recently receive a patch to explicitly add a new one.

Let's do treewide cleanups, otherwise some people follow the existing code
and attempt to upstream their favoriate editor setups.

It is even nicer if scripts/checkpatch.pl can check it.

If we like to impose coding style in an editor-independent manner, I think
editorconfig (patch [1]) is a saner solution.

[1] https://lore.kernel.org/lkml/20200703073143.423557-1-danny@kdrag0n.dev/

Link: https://lkml.kernel.org/r/20210324054457.1477489-1-masahiroy@kernel.org
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>	[auxdisplay]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Masahiro Yamada
2021-05-06 18:06:44 -07:00
committed by Linus Torvalds
parent 7497835f7e
commit fa60ce2cb4
157 changed files with 110 additions and 627 deletions

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset:8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* configfs_internal.h - Internal stuff for configfs
*
* Based on sysfs:

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dir.c - Operations for configfs directories.
*
* Based on sysfs:

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* file.c - operations for regular (text) files.
*
* Based on sysfs:

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* inode.c - basic inode and dentry operations.
*
* Based on sysfs:

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* item.c - library routines for handling generic config items
*
* Based on kobject:

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* mount.c - operations for initializing and mounting configfs.
*
* Based on sysfs:

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* symlink.c - operations for configfs symlinks.
*
* Based on sysfs:

View File

@@ -3004,10 +3004,3 @@ out_notsup:
goto out;
}
EXPORT_SYMBOL_GPL(nfs_permission);
/*
* Local variables:
* version-control: t
* kept-new-versions: 5
* End:
*/

View File

@@ -10427,9 +10427,3 @@ const struct xattr_handler *nfs4_xattr_handlers[] = {
#endif
NULL
};
/*
* Local variables:
* c-basic-offset: 8
* End:
*/

View File

@@ -149,9 +149,3 @@ void nfs4_set_lease_period(struct nfs_client *clp,
/* Cap maximum reconnect timeout at 1/2 lease period */
rpc_set_connect_timeout(clp->cl_rpcclient, lease, lease >> 1);
}
/*
* Local variables:
* c-basic-offset: 8
* End:
*/

View File

@@ -2695,9 +2695,3 @@ static int nfs4_run_state_manager(void *ptr)
module_put_and_exit(0);
return 0;
}
/*
* Local variables:
* c-basic-offset: 8
* End:
*/

View File

@@ -7629,9 +7629,3 @@ const struct rpc_version nfs_version4 = {
.procs = nfs4_procedures,
.counts = nfs_version4_counts,
};
/*
* Local variables:
* c-basic-offset: 8
* End:
*/

View File

@@ -3317,9 +3317,3 @@ const struct svc_version nfsd_version4 = {
.vs_rpcb_optnl = true,
.vs_need_cong_ctrl = true,
};
/*
* Local variables:
* c-basic-offset: 8
* End:
*/

View File

@@ -5448,9 +5448,3 @@ nfs4svc_encode_compoundres(struct svc_rqst *rqstp, __be32 *p)
nfsd4_sequence_done(resp);
return 1;
}
/*
* Local variables:
* c-basic-offset: 8
* End:
*/

View File

@@ -866,9 +866,3 @@ struct nfsd4_operation {
#endif
/*
* Local variables:
* c-basic-offset: 8
* End:
*/

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* acl.c
*
* Copyright (C) 2004, 2008 Oracle. All rights reserved.

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* acl.h
*
* Copyright (C) 2004, 2008 Oracle. All rights reserved.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* alloc.c
*
* Extent allocs and frees

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* alloc.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* Copyright (C) 2002, 2004 Oracle. All rights reserved.
*/

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* Copyright (C) 2002, 2004, 2005 Oracle. All rights reserved.
*/

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* blockcheck.c
*
* Checksum and ECC codes for the OCFS2 userspace library.

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* blockcheck.h
*
* Checksum and ECC codes for the OCFS2 userspace library.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* io.c
*
* Buffer cache handling

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* ocfs2_buffer_head.h
*
* Buffer cache handling functions defined

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* Copyright (C) 2004, 2005 Oracle. All rights reserved.
*/

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* heartbeat.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* Copyright (C) 2004, 2005 Oracle. All rights reserved.
*/

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* Copyright (C) 2005 Oracle. All rights reserved.
*/

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* netdebug.c
*
* debug functionality for o2net

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* Copyright (C) 2004, 2005 Oracle. All rights reserved.
*/

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* nodemanager.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* ocfs2_heartbeat.h
*
* On-disk structures for ocfs2_heartbeat

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* ocfs2_nodemanager.h
*
* Header describing the interface between userspace and the kernel

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
*
* vim: noexpandtab sw=8 ts=8 sts=0:
/*
*
* Copyright (C) 2005 Oracle. All rights reserved.
*/

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* Copyright (C) 2005 Oracle. All rights reserved.
*/

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* sys.c
*
* OCFS2 cluster sysfs interface

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* sys.h
*
* Function prototypes for o2cb sysfs interface

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
*
* vim: noexpandtab sw=8 ts=8 sts=0:
/*
*
* Copyright (C) 2004 Oracle. All rights reserved.
*

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* tcp.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* Copyright (C) 2005 Oracle. All rights reserved.
*/

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dcache.c
*
* dentry cache handling code

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dcache.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dir.c
*
* Creates, reads, walks and deletes directory-nodes

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dir.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmapi.h
*
* externally exported dlm interfaces

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmast.c
*
* AST and BAST functionality for local and remote nodes

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmcommon.h
*
* Copyright (C) 2004 Oracle. All rights reserved.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmconvert.c
*
* underlying calls for lock conversion

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmconvert.h
*
* Copyright (C) 2004 Oracle. All rights reserved.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmdebug.c
*
* debug functionality for the dlm

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmdebug.h
*
* Copyright (C) 2008 Oracle. All rights reserved.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmdomain.c
*
* defines domain join / leave apis

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmdomain.h
*
* Copyright (C) 2004 Oracle. All rights reserved.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmlock.c
*
* underlying calls for lock creation

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmmod.c
*
* standalone DLM module

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmrecovery.c
*
* recovery stuff

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmthread.c
*
* standalone DLM module

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmunlock.c
*
* underlying calls for unlocking locks

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmfs.c
*
* Code which implements the kernel side of a minimal userspace

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* userdlm.c
*
* Code which implements the kernel side of a minimal userspace

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* userdlm.h
*
* Userspace dlm defines

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmglue.c
*
* Code which implements an OCFS2 specific interface to our DLM.

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* dlmglue.h
*
* description here

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* export.c
*
* Functions to facilitate NFS exporting

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* export.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* extent_map.c
*
* Block/Cluster mapping functions

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* extent_map.h
*
* In-memory file extent mappings for OCFS2.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* file.c
*
* File open, close, extend, truncate

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* file.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* filecheck.c
*
* Code which implements online file check.

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* filecheck.h
*
* Online file check.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* heartbeat.c
*
* Register ourselves with the heartbaet service, keep our node maps

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* heartbeat.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* inode.c
*
* vfs' aops, fops, dops and iops

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* inode.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* journal.c
*
* Defines functions of journalling api

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* journal.h
*
* Defines journalling api and structures.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* localalloc.c
*
* Node local data allocation

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* localalloc.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* locks.c
*
* Userspace file locking support

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* locks.h
*
* Function prototypes for Userspace file locking support

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* mmap.c
*
* Code to deal with the mess that is clustered mmap.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* move_extents.c
*
* Copyright (C) 2011 Oracle. All rights reserved.

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* move_extents.h
*
* Copyright (C) 2011 Oracle. All rights reserved.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* namei.c
*
* Create and rename file, directory, symlinks

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* namei.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* ocfs1_fs_compat.h
*
* OCFS1 volume header definitions. OCFS2 creates valid but unmountable

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* ocfs2.h
*
* Defines macros and structures used in OCFS2

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* ocfs2_fs.h
*
* On-disk structures for OCFS2.

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* ocfs2_ioctl.h
*
* Defines OCFS2 ioctls.

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* ocfs2_lockid.h
*
* Defines OCFS2 lockid bits.

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* ocfs2_lockingver.h
*
* Defines OCFS2 Locking version values.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* refcounttree.c
*
* Copyright (C) 2009 Oracle. All rights reserved.

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* refcounttree.h
*
* Copyright (C) 2009 Oracle. All rights reserved.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* reservations.c
*
* Allocation reservations implementation

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* reservations.h
*
* Allocation reservations function prototypes and structures.

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* resize.c
*
* volume resize.

View File

@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* resize.h
*
* Function prototypes

View File

@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
/*
* slot_map.c
*
* Copyright (C) 2002, 2004 Oracle. All rights reserved.

Some files were not shown because too many files have changed in this diff Show More