From 95099d4622f8cb224d94e314c7a8e0df60b13f87 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 08:38:01 +0000 Subject: [PATCH] enable docker ppp --- kernel/fs/reiserfs/xattr_acl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/fs/reiserfs/xattr_acl.c b/kernel/fs/reiserfs/xattr_acl.c index 05f6667..ccd40df 100644 --- a/kernel/fs/reiserfs/xattr_acl.c +++ b/kernel/fs/reiserfs/xattr_acl.c @@ -373,7 +373,7 @@ /* Other xattrs can be created during inode creation. We don't * want to claim too many blocks, so we check to see if we - * we need to create the tree to the xattrs, and then we + * need to create the tree to the xattrs, and then we * just want two files. */ nblocks = reiserfs_xattr_jcreate_nblocks(inode); nblocks += JOURNAL_BLOCKS_PER_OBJECT(inode->i_sb); -- Gitblit v1.6.2