summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2019-06-23 16:36:31 +0200
committerManuel Bentele2019-06-23 16:36:31 +0200
commit4cbc9fcd8b4d4f4051b0b083cd486702e0a31df3 (patch)
tree585c9b90f91af2de0ddbf2c6c7aa3061e700fd7f
parentAdded Kconfig configuration files to build the Linux kernel for x86-64 with l... (diff)
downloadkernel-qcow2-4cbc9fcd8b4d4f4051b0b083cd486702e0a31df3.tar.gz
kernel-qcow2-4cbc9fcd8b4d4f4051b0b083cd486702e0a31df3.tar.xz
kernel-qcow2-4cbc9fcd8b4d4f4051b0b083cd486702e0a31df3.zip
Extended loop device kernel interface to support file formats
The loop device kernel module and the corresponding user space tool losetup were extended to support a configurable file format for each loop device.
-rw-r--r--.gitignore2
m---------implementation/loop0
m---------implementation/losetup0
3 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..566f6c6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+config/*.config
+config/*.old
diff --git a/implementation/loop b/implementation/loop
-Subproject 72a20cee5d99d231809ee4d3d2c09a96a25451e
+Subproject 1be5b2686b67f85d2d76a14532c8a649bd8d1c6
diff --git a/implementation/losetup b/implementation/losetup
-Subproject d4319b91c9d7d69e7b954fc66819214f8150131
+Subproject b800dbf06bef3004aa37dc93ec6d2a311cc8ac2