projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e92e51
)
nilfs2: clarify permission to replicate the design
author
Ryusuke Konishi
<
[email protected]
>
Mon, 23 May 2016 23:23:14 +0000
(16:23 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 24 May 2016 00:04:14 +0000
(17:04 -0700)
To respond to a certain developer's request, this explicitly state that
developers can reimplement the nilfs2 design for other operating systems
to share data stored in that format.
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ryusuke Konishi <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/filesystems/nilfs2.txt
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/nilfs2.txt
b/Documentation/filesystems/nilfs2.txt
index 41c3d332acc90c4be1684546c81c6fedf8278b50..5b21ef76f751000a69dce3517f8fca273864bcfd 100644
(file)
--- a/
Documentation/filesystems/nilfs2.txt
+++ b/
Documentation/filesystems/nilfs2.txt
@@
-268,3
+268,8
@@
among NILFS2 files can be depicted as follows:
( regular file, directory, or symlink )
For detail on the format of each file, please see include/linux/nilfs2_fs.h.
+
+There are no patents or other intellectual property that we protect
+with regard to the design of NILFS2. It is allowed to replicate the
+design in hopes that other operating systems could share (mount, read,
+write, etc.) data stored in this format.