Just a reminder to make sure this is done, as I think it may be in the 2nd
series.
---
include/xfs_symlink.h | 1 +
libxfs/xfs_symlink.c | 1 +
2 files changed, 2 insertions(+)
Index: b/include/xfs_symlink.h
===================================================================
--- a/include/xfs_symlink.h 2013-08-06 11:35:20.780818113 -0500
+++ b/include/xfs_symlink.h 2013-08-06 11:35:33.250877623 -0500
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2012 Red Hat, Inc. All rights reserved.
+ * XXX fix gpl header
*/
#ifndef __XFS_SYMLINK_H
#define __XFS_SYMLINK_H 1
Index: b/libxfs/xfs_symlink.c
===================================================================
--- a/libxfs/xfs_symlink.c 2013-08-06 11:34:22.690818407 -0500
+++ b/libxfs/xfs_symlink.c 2013-08-06 11:34:41.220857196 -0500
@@ -1,6 +1,7 @@
/*
* Copyright 2013 Red Hat, Inc.
* All rights reserved.
+ * XXX gpl header needs to be fixed
*/
#include "xfs.h"
|