summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
diff options
context:
space:
mode:
authorChristoph Hellwig2018-07-12 07:26:06 +0200
committerDarrick J. Wong2018-07-12 07:26:06 +0200
commit98c1a7c0ece345dc8e34c0c85703e4df9fdfd071 (patch)
treea28427e767772432b62aa6d924b796fe8996225e /fs/xfs/xfs_iomap.c
parentxfs: add support for sub-pagesize writeback without buffer_heads (diff)
downloadkernel-qcow2-linux-98c1a7c0ece345dc8e34c0c85703e4df9fdfd071.tar.gz
kernel-qcow2-linux-98c1a7c0ece345dc8e34c0c85703e4df9fdfd071.tar.xz
kernel-qcow2-linux-98c1a7c0ece345dc8e34c0c85703e4df9fdfd071.zip
xfs: update my copyrights for the writeback and iomap code
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_iomap.c')
-rw-r--r--fs/xfs/xfs_iomap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iomap.c b/fs/xfs/xfs_iomap.c
index 778b8c850de3..fb9746cc7338 100644
--- a/fs/xfs/xfs_iomap.c
+++ b/fs/xfs/xfs_iomap.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2000-2006 Silicon Graphics, Inc.
- * Copyright (c) 2016 Christoph Hellwig.
+ * Copyright (c) 2016-2018 Christoph Hellwig.
* All Rights Reserved.
*/
#include <linux/iomap.h>