summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-16 15:40:30 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-16 15:40:30 -0700
commit4bbe2c3d349403a37ff32a8c0de185e232932ff1 (patch)
tree9a40095bc6f44c1c305eed90b71ebfbef1e7dbb9
parent1582cbe7f560bb50aaeeb3455c585dfc6c5b12f7 (diff)
download25-new-4bbe2c3d349403a37ff32a8c0de185e232932ff1.tar.gz
foo
-rw-r--r--txt/squashfs-check-the-inode-number-is-not-the-invalid-value-of-zero.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/txt/squashfs-check-the-inode-number-is-not-the-invalid-value-of-zero.txt b/txt/squashfs-check-the-inode-number-is-not-the-invalid-value-of-zero.txt
index 6450801f0..482f96b23 100644
--- a/txt/squashfs-check-the-inode-number-is-not-the-invalid-value-of-zero.txt
+++ b/txt/squashfs-check-the-inode-number-is-not-the-invalid-value-of-zero.txt
@@ -25,6 +25,8 @@ sequence of events:
This patch adds a sanity check which checks that the inode number
is not zero when the inode is created and returns -EINVAL if it is.
+[phillip@squashfs.org.uk: whitespace fix]
+ Link: https://lkml.kernel.org/r/20240409204723.446925-1-phillip@squashfs.org.uk
Link: https://lkml.kernel.org/r/20240408220206.435788-1-phillip@squashfs.org.uk
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Reported-by: "Ubisectech Sirius" <bugreport@ubisectech.com>