summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/xattr.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-04-03 13:23:33 -0400
committerDavid Sterba <dsterba@suse.com>2018-04-12 10:29:51 -0400
commitc1d7c514f745628eb096c5cbb10737855879ae25 (patch)
tree4578d3b72fe558a1f30c21e0f951159f751b8736 /fs/btrfs/xattr.c
parent9888c3402c8567a977de37f61e9dd87792723064 (diff)
btrfs: replace GPL boilerplate by SPDX -- sources
Remove GPL boilerplate text (long, short, one-line) and keep the rest, ie. personal, company or original source copyright statements. Add the SPDX header. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/xattr.c')
-rw-r--r--fs/btrfs/xattr.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/fs/btrfs/xattr.c b/fs/btrfs/xattr.c
index e1e8177deb5e..ea78c3d6dcfc 100644
--- a/fs/btrfs/xattr.c
+++ b/fs/btrfs/xattr.c
@@ -1,19 +1,6 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * Copyright (C) 2007 Red Hat. All rights reserved. 3 * Copyright (C) 2007 Red Hat. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public
14 * License along with this program; if not, write to the
15 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16 * Boston, MA 021110-1307, USA.
17 */ 4 */
18 5
19#include <linux/init.h> 6#include <linux/init.h>
@@ -32,7 +19,6 @@
32#include "props.h" 19#include "props.h"
33#include "locking.h" 20#include "locking.h"
34 21
35
36int btrfs_getxattr(struct inode *inode, const char *name, 22int btrfs_getxattr(struct inode *inode, const char *name,
37 void *buffer, size_t size) 23 void *buffer, size_t size)
38{ 24{