On 06/08/2010 05:10 AM, Eric Blake wrote:
new file mode 100644
index 0000000..d33293b
--- /dev/null
+++ b/src/fiemap.h
@@ -0,0 +1,102 @@
+/* FS_IOC_FIEMAP ioctl infrastructure.
+ Some portions copyright (C) 2007 Cluster File Systems, Inc
+ Authors: Mark Fasheh<[email protected]>
+ Kalpak Shah<[email protected]>
+ Andreas Dilger<[email protected]>. */
Shouldn't we also add an FSF Copyright 2010 to this new file, to cover
our changes?
+/* Copy from kernel, modified to respect GNU code style by Jie Liu. */
The difference is only in style.