diff options
author | David Sterba <dsterba@suse.com> | 2018-04-03 19:16:55 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-04-12 16:29:46 +0200 |
commit | 9888c3402c8567a977de37f61e9dd87792723064 (patch) | |
tree | fee4ddbd585f4996612dcf8e93088ec2901fe490 /fs/btrfs/inode-map.h | |
parent | 471d557afed155b85da237ec46c549f443eeb5de (diff) |
btrfs: replace GPL boilerplate by SPDX -- headers
Remove GPL boilerplate text (long, short, one-line) and keep the rest,
ie. personal, company or original source copyright statements. Add the
SPDX header.
Unify the include protection macros to match the file names.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/inode-map.h')
-rw-r--r-- | fs/btrfs/inode-map.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/btrfs/inode-map.h b/fs/btrfs/inode-map.h index 6734ec92a1e9..7a962811dffe 100644 --- a/fs/btrfs/inode-map.h +++ b/fs/btrfs/inode-map.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __BTRFS_INODE_MAP -#define __BTRFS_INODE_MAP + +#ifndef BTRFS_INODE_MAP_H +#define BTRFS_INODE_MAP_H void btrfs_init_free_ino_ctl(struct btrfs_root *root); void btrfs_unpin_free_ino(struct btrfs_root *root); |