[PATCH] UBUNTU: LP#322306: squashfs: misspelling

Ike Panhc ike.pan at canonical.com
Fri Mar 13 07:26:52 UTC 2009


Bug: #322306

There is a missspelling in ubuntu/include/linux/squashfs_fs.h
The argument exortable in SQUASHFS_MKFLAGS shall be exportable

Signed-off-by: ikepanhc <ike.pan at canonical.com>
---
 ubuntu/include/linux/squashfs_fs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ubuntu/include/linux/squashfs_fs.h b/ubuntu/include/linux/squashfs_fs.h
index e60308e..ad8e7f7 100644
--- a/ubuntu/include/linux/squashfs_fs.h
+++ b/ubuntu/include/linux/squashfs_fs.h
@@ -94,7 +94,7 @@
 						SQUASHFS_CHECK)
 
 #define SQUASHFS_MKFLAGS(noi, nod, check_data, nof, no_frag, always_frag, \
-		duplicate_checking, exortable)	(noi | (nod << 1) | (check_data << 2) \
+		duplicate_checking, exportable)	(noi | (nod << 1) | (check_data << 2) \
 		| (nof << 3) | (no_frag << 4) | (always_frag << 5) | \
 		(duplicate_checking << 6) | (exportable << 7))
 
-- 
1.5.6.3





More information about the kernel-team mailing list