From postmaster@kaiser.cx Thu Mar 29 10:46:24 2018 Received: from botnar.kaiser.cx ([176.28.20.183]) by stoneboat.default.lvansomeren.uk0.bigv.io with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1f1U8S-0007dL-Sx for yaffs@stoneboat.aleph1.co.uk; Thu, 29 Mar 2018 10:46:24 +0100 Received: from martin by botnar.kaiser.cx with local (Exim 4.72) (envelope-from ) id 1f1U8R-0004Ex-BR for yaffs@stoneboat.aleph1.co.uk; Thu, 29 Mar 2018 11:46:19 +0200 Date: Thu, 29 Mar 2018 11:46:19 +0200 From: Martin Kaiser To: yaffs@stoneboat.aleph1.co.uk Message-ID: <20180329094619.GA15873@botnar.kaiser.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: Martin Kaiser X-Spam_score: -1.9 X-Spam_score_int: -18 X-Spam_bar: - X-Spam_report: Spam detection software, running on the system "stoneboat.default.lvansomeren.uk0.bigv.io", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Dear all, looking at the current code from git, it seems that yaffs_PackedTags1 is no longer supported. It looks like yaffs_PackedTags1 and the functions to pack and unpack these tags are still compiled but not called from anywhere. Is this correct or am I missing something? [...] Content analysis details: (-1.9 points, 4.9 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0018] X-ACL-Warn: warn X-SA-Exim-Connect-IP: 176.28.20.183 X-SA-Exim-Mail-From: postmaster@kaiser.cx X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on stoneboat.default.lvansomeren.uk0.bigv.io X-Spam-Level: X-Spam-Status: No, score=-1.9 required=4.9 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 X-SA-Exim-Version: 4.2.1 (built Tue, 02 Aug 2016 21:08:31 +0000) X-SA-Exim-Scanned: Yes (on stoneboat.default.lvansomeren.uk0.bigv.io) Subject: [Yaffs] yaffs_PackedTags1 X-BeenThere: yaffs@stoneboat.aleph1.co.uk X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion of YAFFS NAND flash filesystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2018 09:46:24 -0000 Dear all, looking at the current code from git, it seems that yaffs_PackedTags1 is no longer supported. It looks like yaffs_PackedTags1 and the functions to pack and unpack these tags are still compiled but not called from anywhere. Is this correct or am I missing something? What about a file system that uses yaffs_PackedTags1 for its OOB data as it was created with an ancient version of yaffs? Is there a way to run the current yaffs code with such a filesystem or does it have to be recreated? Best regards, Martin