aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/files
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-08-11 17:41:26 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-08-11 17:41:26 +0000
commit5f5c4ad5ffe595b5d03ff770bf87b3c1fbac7c06 (patch)
treeb42cd599f9729b6209416771d200a1810b979f64 /sysutils/e2fsprogs/files
parentda10a41153fbc8f7aa4732788a8c635d99fea14f (diff)
downloadports-5f5c4ad5ffe595b5d03ff770bf87b3c1fbac7c06.tar.gz
ports-5f5c4ad5ffe595b5d03ff770bf87b3c1fbac7c06.zip
Drop patch that changed mke2fs default inode size to 128.
Not bumping PORTREVISION as there's no urge to push this and it doesn't "fix" anything.
Notes
Notes: svn path=/head/; revision=279502
Diffstat (limited to 'sysutils/e2fsprogs/files')
-rw-r--r--sysutils/e2fsprogs/files/diff-inode_size14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/e2fsprogs/files/diff-inode_size b/sysutils/e2fsprogs/files/diff-inode_size
deleted file mode 100644
index 98e8e7e90c6b..000000000000
--- a/sysutils/e2fsprogs/files/diff-inode_size
+++ /dev/null
@@ -1,14 +0,0 @@
-# do not call this patch-* - we need to apply this after running self-tests!
-# -- Matthias Andree, 2009-02-10
-
---- ./misc/mke2fs.conf.orig 2009-02-10 18:32:45.000000000 +0900
-+++ ./misc/mke2fs.conf 2009-02-10 18:32:52.000000000 +0900
-@@ -1,7 +1,7 @@
- [defaults]
- base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
- blocksize = 4096
-- inode_size = 256
-+ inode_size = 128
- inode_ratio = 16384
-
- [fs_types]